From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- node_modules/montage/ui/loading-panel.reel/loading-panel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node_modules/montage/ui/loading-panel.reel') 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. */ /** - @module "montage/ui/loading-panel.reel" + @module "montage/ui/loading-panel.reel" */ var Montage = require("montage").Montage, @@ -43,7 +43,7 @@ var Montage = require("montage").Montage, exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/loading-panel.LoadingPanel# */ { /** - The number of modules that are required to load. + The number of modules that are required to load. */ requiredModuleCount: { enumerable: false, @@ -51,7 +51,7 @@ exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/lo }, /** - The number of modules that have been initialized. + The number of modules that have been initialized. */ initializedModuleCount: { enumerable: false, -- cgit v1.2.3