diff options
author | François Frisch | 2012-03-17 11:25:52 -0700 |
---|---|---|
committer | François Frisch | 2012-03-17 11:25:52 -0700 |
commit | 9b53d2dac464cb9217b217e6707dbb97c1d65490 (patch) | |
tree | eb8b9dbb43234d47bc64336c248658ac31c236dc /js/document/templates | |
parent | 1d0efc758bc9404eebbc8b8d592de9dbb329899e (diff) | |
download | ninja-9b53d2dac464cb9217b217e6707dbb97c1d65490.tar.gz |
Deleting unecessary property
Diffstat (limited to 'js/document/templates')
-rw-r--r-- | js/document/templates/montage-html/main.reel/main.js | 6 |
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 |