aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /node_modules/montage/ui/loading-panel.reel
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel')
-rwxr-xr-xnode_modules/montage/ui/loading-panel.reel/loading-panel.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/montage/ui/loading-panel.reel/loading-panel.js b/node_modules/montage/ui/loading-panel.reel/loading-panel.js
index 4903e3eb..2a035c50 100755
--- a/node_modules/montage/ui/loading-panel.reel/loading-panel.js
+++ b/node_modules/montage/ui/loading-panel.reel/loading-panel.js
@@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31/** 31/**
32 @module "montage/ui/loading-panel.reel" 32 @module "montage/ui/loading-panel.reel"
33*/ 33*/
34 34
35var Montage = require("montage").Montage, 35var Montage = require("montage").Montage,
@@ -43,7 +43,7 @@ var Montage = require("montage").Montage,
43exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/loading-panel.LoadingPanel# */ { 43exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/loading-panel.LoadingPanel# */ {
44 44
45/** 45/**
46 The number of modules that are required to load. 46 The number of modules that are required to load.
47*/ 47*/
48 requiredModuleCount: { 48 requiredModuleCount: {
49 enumerable: false, 49 enumerable: false,
@@ -51,7 +51,7 @@ exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/lo
51 }, 51 },
52 52
53/** 53/**
54 The number of modules that have been initialized. 54 The number of modules that have been initialized.
55*/ 55*/
56 initializedModuleCount: { 56 initializedModuleCount: {
57 enumerable: false, 57 enumerable: false,