bigbluebutton-Github/labs/html5-embed/public/js/collections/template.js

9 lines
97 B
JavaScript
Raw Normal View History

2012-10-26 05:12:21 +08:00
define([
'jquery',
'underscore',
'backbone'
], function($, _, Backbone){
return {};
});