Sha256: 493881e819498d35076fc0ecae8bf28addd37c6340191ca31593de2ab471fdaf
Contents?: true
Size: 781 Bytes
Versions: 15
Compression:
Stored size: 781 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) // ========================================================================== /** If set to NO, then pressing backspace will NOT navigate to the previous page in the browser history, which is the default behavior in most browsers. Usually it is best to leave this property set to NO in order to prever the user from inadvertantly losing data by pressing the backspace key. @property {Boolean} */ SC.allowsBackspaceToPreviousPage = NO;
Version data entries
15 entries across 15 versions & 1 rubygems