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
| // Core module: renderloop v0.2.0dev | |
| define([ | |
| "lodash" | |
| ], function (_) { | |
| var RenderLoop = { | |
| timer: null, | |
| queue: [], | |
| persistentTasks: [], | |
| options: { |
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
| <div class='regiongroup'> | |
| <div class='region'>Initial RegionGroup content</div> | |
| <div class='region region-hidden'></div> | |
| </div> |