Sha256: ef2c1dd4a16980ace088e906d24415dad85210080a73c8b17e033e567b814a21
Contents?: true
Size: 935 Bytes
Versions: 13
Compression:
Stored size: 935 Bytes
Contents
// ========================================================================== // Project: <%= namespace %> // Copyright: ©<%= Time.now.year %> My Company, Inc. // ========================================================================== /*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
13 entries across 13 versions & 1 rubygems