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-22 22:19:14 +00:00

7 lines
142 B
JavaScript

require(['underscore',
'backbone',
'mustache',
'views/line_list'],
function(_, Backbone, Mustache, LineList) {
});