From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001
From: Kris Kowal
Date: Fri, 6 Jul 2012 11:53:10 -0700
Subject: Remove trailing spaces

---
 js/data/tools-data.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'js/data/tools-data.js')

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, {
         value: 13
     },
 
-    // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. 
+    // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above.
     //       Code in the keyboard mediator and ninja.js accesses the array below through the index constants above
     defaultToolsData: {
         value: [
@@ -301,5 +301,5 @@ exports.ToolsData = Montage.create(Montage, {
     selectedToolInstance : {
         value: null
     }
-    
+
 });
-- 
cgit v1.2.3