passing speed to shake?

passing speed to shake?


From fx.shake.js:
// Set options
var mode = $.ec.setMode(el, o.options.mode || 'effect'); // Set
Mode
var direction = o.options.direction || 'left'; // Default
direction
var distance = o.options.distance || 20; // Default distance
var times = o.options.times || 3; // Default # of times
var speed = o.duration || 140; // Default speed per shake
Shouldnt that last line be:
var speed = o.options.duration || 140; // Default speed per shake
Should this have been filed in trac under the fx component? Its a
little confusing, is jquery enchant part of the jquery core fx or
not... would be great if jquery 1.3 comes out at the same time as
jquery enchant 1.0 with all jquery animation/effect stuff moved to
jquery enchant. which btw sounds sweeter as just jquery fx. :)