UNPKG

admiraljs

Version:
16 lines (12 loc) 265 B
define(['jquery', // lib/jquery/jquery 'underscore', // lib/underscore/underscore 'backbone'], function($, _, Backbone) { var View=Backbone.View.extend({ initialize:function() { alert(0) } }) return View; } );