aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-06-13 13:51:39 -0700
committerNivesh Rajbhandari2012-06-13 13:51:39 -0700
commit263ecfc95bd7eb5c726cd5688c3d74eb10296811 (patch)
tree7c907dd58e9b4f4a1d4802d8d22b9c84d3c2edf3 /node_modules/montage/ui/loading.reel
parent1bb2778224982aea7b9781c6559bb659983a400f (diff)
parenta827f2769d75848c0ba0bff03a927c1f2706322b (diff)
downloadninja-263ecfc95bd7eb5c726cd5688c3d74eb10296811.tar.gz
Merge branch 'refs/heads/ninja-internal' into PI_HotTextFixes
Conflicts: js/panels/properties.reel/sections/position-size.reel/position-size.html Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
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