blob: 519e9df7173ca0dc9c08140aa760b92fdaa50052 [file] [log] [blame]
(function( window, undefined ) {
// Use the correct document accordingly with window argument (sandbox)
var document = window.document,
navigator = window.navigator,
location = window.location;
var jQuery = (function() {
var jQuery = function( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
},
_jQuery = window.jQuery,
_$ = window.$,
rootjQuery;
})();
})(window);