blob: 973b05b66b58363e6511c40e16476872c2d42589 [file] [log] [blame]
// 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 );
};