summaryrefslogtreecommitdiff
path: root/src/themes/tizen/tizen-white/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/tizen/tizen-white/theme.js')
-rwxr-xr-xsrc/themes/tizen/tizen-white/theme.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/themes/tizen/tizen-white/theme.js b/src/themes/tizen/tizen-white/theme.js
deleted file mode 100755
index 2904c15b..00000000
--- a/src/themes/tizen/tizen-white/theme.js
+++ /dev/null
@@ -1,26 +0,0 @@
-(function( $, undefined ) {
-//$.mobile.page.prototype.options.backBtnTheme = "s";
-
-// Clear default theme for child elements
-$.mobile.page.prototype.options.headerTheme = "s";
-$.mobile.page.prototype.options.footerTheme = "s";
-//$.mobile.page.prototype.options.contentTheme = "s";
-
-// clear listview
-$.mobile.listview.prototype.options.theme = "s";
-$.mobile.listview.prototype.options.countTheme = "s";
-$.mobile.listview.prototype.options.headerTheme = "s";
-$.mobile.listview.prototype.options.dividerTheme = "s";
-$.mobile.listview.prototype.options.splitTheme = "s";
-
-//clear button theme
-$.mobile.button.prototype.options.theme = "s";
-$.fn.buttonMarkup.defaults.theme = "s";
-
-// Default theme swatch
-$.mobile.page.prototype.options.theme = "s";
-
-// Default font size for this theme
-$.tizen.frameworkData.defaultFontSize = 36;
-
-})(jQuery);