summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/moo.fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/nav/moo.fx.js')
-rwxr-xr-xuser_guide/nav/moo.fx.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/nav/moo.fx.js b/user_guide/nav/moo.fx.js
index 53cfa925f..c80697fd2 100755
--- a/user_guide/nav/moo.fx.js
+++ b/user_guide/nav/moo.fx.js
@@ -71,7 +71,7 @@ fx.Layout.prototype = Object.extend(new fx.Base(), {
});
fx.Height = Class.create();
-Object.extend(Object.extend(fx.Height.prototype, fx.Layout.prototype), {
+Object.extend(Object.extend(fx.Height.prototype, fx.Layout.prototype), {
increase: function() {
this.el.style.height = this.now + "px";
},
@@ -83,7 +83,7 @@ Object.extend(Object.extend(fx.Height.prototype, fx.Layout.prototype), {
});
fx.Width = Class.create();
-Object.extend(Object.extend(fx.Width.prototype, fx.Layout.prototype), {
+Object.extend(Object.extend(fx.Width.prototype, fx.Layout.prototype), {
increase: function() {
this.el.style.width = this.now + "px";
},