aboutsummaryrefslogtreecommitdiff
path: root/js/panels/components-panel.reel/components-panel.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-19 13:32:07 -0700
committerValerio Virgillito2012-04-19 13:32:07 -0700
commit03b8a87824550feff7835904b7c1b56f5c74cf04 (patch)
tree4eeee61de0541fc4fe48128ea8bcd90798a25ead /js/panels/components-panel.reel/components-panel.js
parent2e04af953463643791f6362bd8ef4c6ba190abfa (diff)
downloadninja-03b8a87824550feff7835904b7c1b56f5c74cf04.tar.gz
cleanup unused code.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/components-panel.reel/components-panel.js')
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/components-panel.reel/components-panel.js b/js/panels/components-panel.reel/components-panel.js
index 5d3c0a73..79eac37b 100755
--- a/js/panels/components-panel.reel/components-panel.js
+++ b/js/panels/components-panel.reel/components-panel.js
@@ -8,7 +8,6 @@ var Montage = require("montage/core/core").Montage,
8 Component = require("montage/ui/component").Component, 8 Component = require("montage/ui/component").Component,
9 NJUtils = require("js/lib/NJUtils").NJUtils; 9 NJUtils = require("js/lib/NJUtils").NJUtils;
10 10
11var treeControlModule = require("js/components/tree.reel");
12var PIData = require("js/data/pi/pi-data").PiData; 11var PIData = require("js/data/pi/pi-data").PiData;
13 12
14String.prototype.capitalizeFirstChar = function() { 13String.prototype.capitalizeFirstChar = function() {