aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading.reel')
-rwxr-xr-xnode_modules/montage/ui/loading.reel/loading.html2
-rwxr-xr-xnode_modules/montage/ui/loading.reel/loading.js3
2 files changed, 3 insertions, 2 deletions
diff --git a/node_modules/montage/ui/loading.reel/loading.html b/node_modules/montage/ui/loading.reel/loading.html
index 3d19b4cc..00d3cab4 100755
--- a/node_modules/montage/ui/loading.reel/loading.html
+++ b/node_modules/montage/ui/loading.reel/loading.html
@@ -11,7 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
14 "prototype": "montage/ui/loading.reel", 14 "prototype": "ui/loading.reel",
15 "properties": { 15 "properties": {
16 "element": { 16 "element": {
17 "#": "loading" 17 "#": "loading"
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