Sha256: 87fe93e346f4bb068a2c1f49a667d147a657f79a688baed02302c1f89f4d625e
Contents?: true
Size: 964 Bytes
Versions: 17
Compression:
Stored size: 964 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 prevent the user from inadvertently losing data by pressing the backspace key. @static @type Boolean @default NO */ SC.allowsBackspaceToPreviousPage = NO; /** @type String @static @constant */ SC.HORIZONTAL_ORIENTATION = 'horizontal'; /** @type String @static @constant */ SC.VERTICAL_ORIENTATION = 'vertical' ;
Version data entries
17 entries across 17 versions & 1 rubygems