Sha256: 8aa6f3b737e9712a6e75394cca99543aaf3a2306de864953b80b4517ce5aa175
Contents?: true
Size: 702 Bytes
Versions: 20
Compression:
Stored size: 702 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== SC.BaseTheme.splitRenderDelegate = SC.RenderDelegate.create({ className: 'split', render: function(dataSource, context) { context.addClass(dataSource.get('layoutDirection')); }, update: function(dataSource, jquery) { jquery.addClass(dataSource.get('layoutDirection')); } });
Version data entries
20 entries across 20 versions & 1 rubygems