aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel/loading.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading.reel/loading.js')
-rwxr-xr-xnode_modules/montage/ui/loading.reel/loading.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/montage/ui/loading.reel/loading.js b/node_modules/montage/ui/loading.reel/loading.js
index f0574d72..7ad180da 100755
--- a/node_modules/montage/ui/loading.reel/loading.js
+++ b/node_modules/montage/ui/loading.reel/loading.js
@@ -37,7 +37,8 @@ var Loading = exports.Loading = Montage.create(Component,/** @lends module:"mont
37 this._loading = isloading; 37 this._loading = isloading;
38 this.needsDraw = true; 38 this.needsDraw = true;
39 } 39 }
40 } 40 },
41 serializable: true
41 }, 42 },
42/** 43/**
43 Description TODO 44 Description TODO