Sha256: ebe217b7a9c04234ffee0d87cb52647f09819b1afa49e190ce26e4e6ec8bd720
Contents?: true
Size: 782 Bytes
Versions: 7
Compression:
Stored size: 782 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 Apple Inc. All rights reserved. // License: Licensed 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
7 entries across 7 versions & 1 rubygems