aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/montage-html
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-17 11:25:52 -0700
committerFrançois Frisch2012-03-17 11:25:52 -0700
commit9b53d2dac464cb9217b217e6707dbb97c1d65490 (patch)
treeeb8b9dbb43234d47bc64336c248658ac31c236dc /js/document/templates/montage-html
parent1d0efc758bc9404eebbc8b8d592de9dbb329899e (diff)
downloadninja-9b53d2dac464cb9217b217e6707dbb97c1d65490.tar.gz
Deleting unecessary property
Diffstat (limited to 'js/document/templates/montage-html')
-rw-r--r--js/document/templates/montage-html/main.reel/main.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/document/templates/montage-html/main.reel/main.js b/js/document/templates/montage-html/main.reel/main.js
index ee23e844..6c141108 100644
--- a/js/document/templates/montage-html/main.reel/main.js
+++ b/js/document/templates/montage-html/main.reel/main.js
@@ -45,11 +45,5 @@ exports.Main = Montage.create(Component, {
45 document.body.dispatchEvent( newEvent ); 45 document.body.dispatchEvent( newEvent );
46 46
47 } 47 }
48 },
49
50 location: {
51 value:null,
52 enumerable:false
53 } 48 }
54
55}); \ No newline at end of file 49}); \ No newline at end of file