aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel/loading-panel.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel/loading-panel.js')
-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,