diff options
author | Ananya Sen | 2012-05-17 10:12:21 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-17 10:12:21 -0700 |
commit | c23f34ccc9a1624ab81b0cad04020fe7d1590b27 (patch) | |
tree | 1ea9a362f818e885136ef8edbba3776afd9f0a8f /js | |
parent | dbab843c68c784579c369a64fb4f2a76c88de582 (diff) | |
download | ninja-c23f34ccc9a1624ab81b0cad04020fe7d1590b27.tar.gz |
cleanup
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js')
-rw-r--r-- | js/controllers/clipboard-controller.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controllers/clipboard-controller.js b/js/controllers/clipboard-controller.js index e84fcac7..7b4f8f32 100644 --- a/js/controllers/clipboard-controller.js +++ b/js/controllers/clipboard-controller.js | |||
@@ -175,7 +175,6 @@ var ClipboardController = exports.ClipboardController = Montage.create(Component | |||
175 | if ((worldData[0] === 'v') && (index < 24)) | 175 | if ((worldData[0] === 'v') && (index < 24)) |
176 | { | 176 | { |
177 | // JSON format. separate the version info from the JSON info | 177 | // JSON format. separate the version info from the JSON info |
178 | //var vStr = importStr.substr( 0, index+1 ); | ||
179 | var jStr = worldData.substr( index+1 ); | 178 | var jStr = worldData.substr( index+1 ); |
180 | jObj = JSON.parse( jStr ); | 179 | jObj = JSON.parse( jStr ); |
181 | 180 | ||