Sha256: b4305787eb4be994a3968400ef885899e9c51b245e82f4f63549b1040ba68f0a
Contents?: true
Size: 849 Bytes
Versions: 47
Compression:
Stored size: 849 Bytes
Contents
<%= copyright_block(namespace) %> /*globals <%= namespace %> */ // This is the theme that defines how your app renders. // // Your app is given its own theme so it is easier and less // messy for you to override specific things just for your // app. // // You don't have to create the whole theme on your own, though: // your app's theme is based on SproutCore's Ace theme. // // NOTE: if you want to change the theme this one is based on, don't // forget to change the :css_theme property in your buildfile. <%= namespace %>.Theme = SC.AceTheme.create({ name: '<%= css_name %>' }); // SproutCore needs to know that your app's theme exists SC.Theme.addTheme(<%= namespace %>.Theme); // Setting it as the default theme makes every pane SproutCore // creates default to this theme unless otherwise specified. SC.defaultTheme = '<%= css_name %>';
Version data entries
47 entries across 30 versions & 1 rubygems