mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
define(['jquery',
|
|
'underscore',
|
|
'jquerymobile',
|
|
'backbone',
|
|
'mustache'],
|
|
function($, _, a, Backbone, Mustache) {
|
|
return {
|
|
initialize: function() {
|
|
}
|
|
};
|
|
});
|