Skip to content
Snippets Groups Projects
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
    };
});