aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel
diff options
context:
space:
mode:
authorJon Reid2012-06-15 10:10:41 -0700
committerJon Reid2012-06-15 10:10:41 -0700
commit526ac54f73d53e1e2a3d6a4dbf4f9992c143baf7 (patch)
tree65939e59615aaa10a7db77211e71616ad531bd0e /node_modules/montage/ui/loading.reel
parentb5b760ee82e5cc4da176914983a6002cbf86c11a (diff)
parent5ee0c89fa0c7acc280ff3b884767e8513fd0b315 (diff)
downloadninja-526ac54f73d53e1e2a3d6a4dbf4f9992c143baf7.tar.gz
Merge remote-tracking branch 'ninja-internal/master' into test-merge
Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
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