Button: data-corners attribute has been added
[platform/framework/web/web-ui-fw.git] / src / widgets / common / js / jquery.mobile.tizen.configure.js
1 /*
2  * set TIZEN specific configures
3  */
4
5 ( function( $, window, undefined ) {
6
7         /* depth transition */
8         $.mobile.transitionHandlers.depth = $.mobile.transitionHandlers.simultaneous;
9         $.mobile.transitionFallbacks.depth = "fade";
10         /* Button data-corners default value */
11         $.fn.buttonMarkup.defaults.corners = false;
12 })( jQuery, this );