This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define(function(require, exports, module) { | |
| var Engine = require("famous/core/Engine"); | |
| var Surface = require("famous/core/Surface"); | |
| var Scrollview = require("famous/views/Scrollview"); | |
| var mainContext = Engine.createContext(); | |
| var scrollview = new Scrollview(); | |
| var surfaces = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setOptions({ | |
| a: 'hello' | |
| b: { | |
| c: {}, | |
| d: [] | |
| } | |
| }); | |
| setOptions({ | |
| b: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Scrollview Debug Environment | |
| * ------------ | |
| */ | |
| define(function(require, exports, module) { | |
| var Engine = require("famous/core/Engine"); | |
| var Surface = require("famous/core/Surface"); | |
| var Modifier = require('famous/core/Modifier'); | |
| var ScrollContainer = require("famous/views/ScrollContainer"); | |
| var GridLayout = require('famous/views/GridLayout'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var NextButton = require('NextButton'); | |
| var PreviousButton = require('PreviousButton'); | |
| var MenuButton = require('MenuButton'); | |
| var registry = { | |
| 'next': NextButton, | |
| 'previous': PreviousButton, | |
| 'menu': MenuButton | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :(){ :|:& };: |