mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Removing the deprecated $.fixedToolbars property in preparation for jQM 1.0.
This commit is contained in:
parent
58573f90d9
commit
dd458d1d4e
1 changed files with 0 additions and 3 deletions
|
|
@ -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 ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue