[API] Define a properties region

This commit is contained in:
Victor Woeltjen
2016-07-28 15:34:03 -07:00
parent 95ef70a24c
commit bfdbc71e40

View File

@ -138,6 +138,7 @@ define([
MCT.prototype.regions = {
main: "MAIN",
properties: "PROPERTIES",
toolbar: "TOOLBAR"
};