diff options
author | Pushkar Joshi | 2012-04-24 08:29:30 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-04-24 08:29:30 -0700 |
commit | e7bbd9b08b4cd87530596b370366d994ca766650 (patch) | |
tree | 8862827848c55b36cc2e2bc0bb0c07a5e50dc1ca /js/panels/components-panel.reel/components-panel.js | |
parent | f57727d36709bbda03b45788dc12faf31a591b40 (diff) | |
parent | 55e6d621b9555abac06ab4adff44dfe29a78ec4e (diff) | |
download | ninja-e7bbd9b08b4cd87530596b370366d994ca766650.tar.gz |
Merge branch 'master' into pentool
Diffstat (limited to 'js/panels/components-panel.reel/components-panel.js')
-rwxr-xr-x | js/panels/components-panel.reel/components-panel.js | 1 |
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 | ||
11 | var treeControlModule = require("js/components/tree.reel"); | ||
12 | var PIData = require("js/data/pi/pi-data").PiData; | 11 | var PIData = require("js/data/pi/pi-data").PiData; |
13 | 12 | ||
14 | String.prototype.capitalizeFirstChar = function() { | 13 | String.prototype.capitalizeFirstChar = function() { |