Sha256: 0fd4daf4de2f5b0eaddf9174d30c3cc4521b0ce6991e4bbb0912de4ea2ab59e9
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-1.5.0.rc.1 | lib/frameworks/sproutcore/frameworks/desktop/core.js |