added 4 functions to $ namespace for use in external plugins

This commit is contained in:
scottjehl 2010-09-19 18:09:05 -04:00
parent 0782029b12
commit 8c7205c3ad

View file

@ -271,7 +271,12 @@
});
};
$.mobilize = mobilize;
$.extend($, {
mobilize: mobilize,
pageLoading: pageLoading,
changePage: changePage,
hideBrowserChrome: hideBrowserChrome
});
//dom-ready
$(function(){