jquery-mobile/js/jquery.mobile.define.js
2012-01-12 23:19:36 -08:00

5 lines
212 B
JavaScript

// creates the define method on window, only used where async loading
// is not desired in the docs and experiments
window.define = function(){
Array.prototype.slice.call( arguments ).pop()( window.jQuery );
};