1
0
mirror of https://github.com/danbee/tube-status-server synced 2025-03-04 08:39:12 +00:00
tube-status-server/javascripts/app.js
2013-01-23 08:34:14 +00:00

12 lines
200 B
JavaScript

define(['jquery',
'underscore',
'jquerymobile',
'backbone',
'mustache'],
function($, _, a, Backbone, Mustache) {
return {
initialize: function() {
}
};
});