Sha256: 5695c029b5719cf4b3d32825d1aa37c61161bc89bac44108d1cfc6ec623f0a66
Contents?: true
Size: 782 Bytes
Versions: 11
Compression:
Stored size: 782 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. // Portions ©2008-2010 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
11 entries across 11 versions & 1 rubygems