From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/nav/moo.fx.pack.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/nav/moo.fx.pack.js') 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