Sha256: 52af523a6c15264c5b6c7ec3c00d06f0d9ba4a1afc4cae1ed97ba58596b3632f
Contents?: true
Size: 607 Bytes
Versions: 7
Compression:
Stored size: 607 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== sc_require("panes/pane"); SC.Pane.reopen( /** @scope SC.Pane.prototype */ { // recomputeDependentProperties: function(original) { // this.recomputeIsVisibleInWindow(); // original(); // }.enhance() });
Version data entries
7 entries across 7 versions & 1 rubygems