Sha256: 11a4e350c986c5e870d095e4c3b586ec1be538ea891793be2abc2fd59461f188
Contents?: true
Size: 728 Bytes
Versions: 30
Compression:
Stored size: 728 Bytes
Contents
<%= copyright_block(namespace) %> /*globals <%= namespace %> */ // This is the JavaScript representation of your theme. // // You don't have to create the whole theme on your own, though: // this theme is currently 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 %> = SC.AceTheme.create({ name: '<%= css_name %>' }); // To let apps use your theme, SproutCore must know where to find it. SC.Theme.addTheme(<%= namespace %>); // You do not need to set it as a default theme. Apps should set the // SC.defaultTheme variable. Usually, apps will create their own theme // and base it on yours.
Version data entries
30 entries across 30 versions & 1 rubygems