aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel')
-rwxr-xr-xnode_modules/montage/ui/loading-panel.reel/loading-panel.html2
-rwxr-xr-xnode_modules/montage/ui/loading-panel.reel/loading-panel.js6
2 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/montage/ui/loading-panel.reel/loading-panel.html b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
index 2b2391e3..11c28547 100755
--- a/node_modules/montage/ui/loading-panel.reel/loading-panel.html
+++ b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
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,