Sha256: e4061d14334604fd5a50690cfebd7bcb5ba6781a8227e08b864b3a52a0977ebf
Contents?: true
Size: 595 Bytes
Versions: 5
Compression:
Stored size: 595 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2009 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== /** @class Base class for all render delegates. You can mix helpers into this base class; they will be available to all render delegates. */ SC.RenderDelegate = SC.Object.extend({ });
Version data entries
5 entries across 5 versions & 2 rubygems