jquery-mobile/js/jquery.mobile.define.js

6 lines
195 B
JavaScript
Raw Normal View History

// 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()();
};