var APP_STATE = (function() { return { NONE: 0, OBJECT_SELECTED: 1, TOOL_SELECTED: 2 }; })();