Created
          December 19, 2013 10:35 
        
      - 
      
- 
        Save rksm/8037313 to your computer and use it in GitHub Desktop. 
    Lively localconfig for VWF prototype
  
        
  
    
      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 c = lively.Config; | |
| c.set('lively2livelyAutoStart', false); | |
| c.set('lively2livelyEnableConnectionIndicator', false); | |
| c.set('removeDOMContentBeforeWorldLoad', false); | |
| c.set('manuallyCreateWorld', true); | |
| c.set('changesetsExperiment', false); | |
| // FIXME, for compatibility with requirejs | |
| lively.whenLoaded(function() { | |
| setTimeout(function() { | |
| Global.require = Global.requirejs.s.contexts._.require; | |
| }, 300); | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment