Removing the deprecated $.fixedToolbars property in preparation for jQM 1.0.

This commit is contained in:
Kin Blas 2011-09-20 15:28:07 -07:00
parent 58573f90d9
commit dd458d1d4e

View file

@ -351,9 +351,6 @@ $.mobile.fixedToolbars = (function() {
};
})();
// TODO - Deprecated namepace on $. Remove in a later release
$.fixedToolbars = $.mobile.fixedToolbars;
//auto self-init widgets
$( document ).bind( "pagecreate create", function( event ) {