Sha256: efc8e3975a95b226e053d0ab85fadd5de093447d51989e725d0fb72fcd52ad66
Contents?: true
Size: 697 Bytes
Versions: 17
Compression:
Stored size: 697 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({ name: 'split', render: function(dataSource, context) { context.addClass(dataSource.get('layoutDirection')); }, update: function(dataSource, jquery) { jquery.addClass(dataSource.get('layoutDirection')); } });
Version data entries
17 entries across 17 versions & 1 rubygems