5dcb2391c6feb13f67fb2bdc69ad54210e5cdf18
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tests / unit / zoom / zoom-initial-disable.js
1 /*
2  * mobile zoom
3  */
4 (function($){
5         test( "User zooming will not enable when calling enable() method if zooming was disabled in page source", function(){
6                 $.mobile.zoom.enable();
7                 ok( !$.mobile.zoom.enabled );           
8         });
9 })(jQuery);