/**
 * 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,
    };
});