Sha256: bd49c50bd0740b999de88663433babbdba0d1ec81c883256d131d8e4fe1a9f0b
Contents?: true
Size: 530 Bytes
Versions: 11
Compression:
Stored size: 530 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 Apple, Inc. All rights reserved. // License: Licened under MIT license (see license.js) // ========================================================================== SC.mixin(Function.prototype, { typeConverter: function() { this.isTypeConverter = true; return this ; } });
Version data entries
11 entries across 11 versions & 1 rubygems