summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/moo.fx.pack.js
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/nav/moo.fx.pack.js')
-rwxr-xr-xuser_guide/nav/moo.fx.pack.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/nav/moo.fx.pack.js b/user_guide/nav/moo.fx.pack.js
index 8b4228329..b5c360c30 100755
--- a/user_guide/nav/moo.fx.pack.js
+++ b/user_guide/nav/moo.fx.pack.js
@@ -24,7 +24,7 @@ fx.Text.prototype = Object.extend(new fx.Base(), {
fx.Resize = Class.create();
fx.Resize.prototype = {
initialize: function(el, options) {
- this.h = new fx.Height(el, options);
+ this.h = new fx.Height(el, options);
if (options) options.onComplete = null;
this.w = new fx.Width(el, options);
this.el = $(el);
@@ -93,8 +93,8 @@ Multi.prototype = {
getElementsFromArray: function(array) {
var elements = new Array();
- for (i=0;i<array.length;i++) {
- elements.push($(array[i]));
+ for (i=0;i<array.length;i++) {
+ elements.push($(array[i]));
}
return elements;
}