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 18:10:49 +00:00

5 lines
116 B
JavaScript

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