Sha256: 163913d0d86a1262a8866a3894df7cd7a69065540d07be78957acd6188acb126
Contents?: true
Size: 654 Bytes
Versions: 11
Compression:
Stored size: 654 Bytes
Contents
// ========================================================================== // Project: Greenhouse // Copyright: ©2011 Mike Ball // ========================================================================== /*globals Greenhouse */ Greenhouse.Theme = SC.AceTheme.create({ // This name will identify the theme. Make it good. :) name: 'greenhouse' }); // Tell SproutCore about your theme SC.Theme.addTheme(Greenhouse.Theme); // Make it the default theme SC.defaultTheme = 'greenhouse'; Greenhouse.Theme.wellRenderDelegate = SC.Object.create({ className: 'container', render: function(dataSource, context) {}, update: function() {} });
Version data entries
11 entries across 11 versions & 1 rubygems