Sha256: 8d790deafcaa6bedd957321b1a0fb63f49cc242d56edebd5f951c2ff66fa997a
Contents?: true
Size: 595 Bytes
Versions: 30
Compression:
Stored size: 595 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
30 entries across 30 versions & 1 rubygems