diff options
author | Nivesh Rajbhandari | 2012-02-03 11:21:09 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-03 11:21:09 -0800 |
commit | c203ea7413b5a2b2232d7f8346cd1b9932f2575b (patch) | |
tree | 866f72ecc4af2f4a28b5f948ee9b03af2d32fce0 /js/components/tree.reel/tree.js | |
parent | db73f720b692d63b55f7c773579fe23336ec0486 (diff) | |
parent | c630ead20487c3948fa36448d3e7d5f7b5cba782 (diff) | |
download | ninja-c203ea7413b5a2b2232d7f8346cd1b9932f2575b.tar.gz |
Merge branch 'refs/heads/master' into ToolFixes
Diffstat (limited to 'js/components/tree.reel/tree.js')
-rw-r--r-- | js/components/tree.reel/tree.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tree.reel/tree.js b/js/components/tree.reel/tree.js index 9c1b07e4..7084ba99 100644 --- a/js/components/tree.reel/tree.js +++ b/js/components/tree.reel/tree.js | |||
@@ -6,7 +6,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
6 | 6 | ||
7 | var Montage = require("montage/core/core").Montage; | 7 | var Montage = require("montage/core/core").Montage; |
8 | var Component = require("montage/ui/component").Component; | 8 | var Component = require("montage/ui/component").Component; |
9 | var nj = require("js/lib/NJUtils.js").NJUtils; | 9 | var nj = require("js/lib/NJUtils").NJUtils; |
10 | 10 | ||
11 | exports.Tree = Montage.create(Component, { | 11 | exports.Tree = Montage.create(Component, { |
12 | 12 | ||