Export 0.1.45
[framework/web/web-ui-fw.git] / src / widgets / slider / js / jquery.mobile.tizen.slider.js
index 6290fe4..c022a4d 100755 (executable)
                        // set the popup according to the html attribute
                        popupEnabledAttr = inputElement.jqmData('popup');
                        if ( popupEnabledAttr !== undefined ) {
-                               self.options.popup = ( popupEnabledAttr === 'true' );
+                               self.options.popup = ( popupEnabledAttr == true );
                        }
 
                        // get the actual slider added by jqm