Sha256: 2af6265a2f4f85aeb046ac918c2f8bb76902f3ff4d32386af87879cf64786e17
Contents?: true
Size: 502 Bytes
Versions: 24
Compression:
Stored size: 502 Bytes
Contents
// Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== /** @class Renders and updates the DOM representation of a SelectView. */ SC.BaseTheme.selectRenderDelegate = SC.BaseTheme.buttonRenderDelegate.create({ menuLeftOffset: -3, menuTopOffset: 2, menuMinimumWidthOffset: -18 });
Version data entries
24 entries across 24 versions & 1 rubygems