Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
Set a default theme in the theme switcher
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Fielding <j.fielding@me.com>
  • Loading branch information
jonathan-fielding committed Mar 4, 2012
1 parent 01e0ccc commit 7bc0e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/add_plugins.js
Expand Up @@ -5,6 +5,7 @@ var add_plugins = function(){


require([app.url_path + 'plugins/sample_plugin/sample_plugin.js',app.url_path + 'plugins/theme_switcher/theme_switcher.js'],function(){ require([app.url_path + 'plugins/sample_plugin/sample_plugin.js',app.url_path + 'plugins/theme_switcher/theme_switcher.js'],function(){
app.sample_plugin.init(); app.sample_plugin.init();
app.theme_switcher.default_theme = 'AppBoilerplate';
app.theme_switcher.iOS_theme = 'iOS'; app.theme_switcher.iOS_theme = 'iOS';
app.theme_switcher.init(); app.theme_switcher.init();
}); });
Expand Down

0 comments on commit 7bc0e73

Please sign in to comment.