aboutsummaryrefslogtreecommitdiff
path: root/js/data/tools-data.js
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/data/tools-data.js
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/data/tools-data.js')
-rwxr-xr-xjs/data/tools-data.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/data/tools-data.js b/js/data/tools-data.js
index 73bcd7fd..5619fe60 100755
--- a/js/data/tools-data.js
+++ b/js/data/tools-data.js
@@ -74,7 +74,7 @@ exports.ToolsData = Montage.create(Montage, {
74 value: 13 74 value: 13
75 }, 75 },
76 76
77 // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. 77 // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above.
78 // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above 78 // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above
79 defaultToolsData: { 79 defaultToolsData: {
80 value: [ 80 value: [
@@ -301,5 +301,5 @@ exports.ToolsData = Montage.create(Montage, {
301 selectedToolInstance : { 301 selectedToolInstance : {
302 value: null 302 value: null
303 } 303 }
304 304
305}); 305});