aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-06-12 07:09:56 -0700
committerPushkar Joshi2012-06-12 07:09:56 -0700
commitfa1dcaaed3d0ed83ef7982ff198dd241c8b9670e (patch)
treefbd5b770dcbf6a23f2b10971f2485a4ef4451c9f /js/document/models/html.js
parent71bc93ad0d53a77d70c688b2b3aacf694dd1de91 (diff)
parent6854a72504f57903bd5de003e377f2aefb02d0da (diff)
downloadninja-fa1dcaaed3d0ed83ef7982ff198dd241c8b9670e.tar.gz
Merge branch 'master' into pentool
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-xjs/document/models/html.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js
index 7064c6e3..4a232ee1 100755
--- a/js/document/models/html.js
+++ b/js/document/models/html.js
@@ -27,11 +27,6 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, {
27 this.libs = {montage: false, canvas: false, montageId: null, canvasId: null}; 27 this.libs = {montage: false, canvas: false, montageId: null, canvasId: null};
28 } 28 }
29 }, 29 },
30 ////////////////////////////////////////////////////////////////////
31 //
32 selectionContainer: {
33 value: []
34 },
35 //////////////////////////////////////////////////////////////////// 30 ////////////////////////////////////////////////////////////////////
36 // 31 //
37 draw3DGrid: { 32 draw3DGrid: {