Skip to content
Snippets Groups Projects
Select Git revision
  • b5521767b2923540bdce2544beb7cbf361ad1b5c
  • master default
  • dev
3 results

Globals.js

Blame
  • user avatar
    Amanda Ghassaei authored
    9cc574f2
    History
    Globals.js 209 B
    /**
     * Created by aghassaei on 6/2/15.
     */
    
    //globals namespace, not sure if there's a way to get around this
    
    define([], function(){
    
        return {
            baseplane: null,
            highlighter: null
        };
    });