mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 00:54:43 +00:00
6 lines
195 B
JavaScript
6 lines
195 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()();
|
||
|
|
};
|