UI_Developer_Guide Callbacks - Mistake on wiki?

UI_Developer_Guide Callbacks - Mistake on wiki?


I been reading through the widget developer guide and I think there is
a small error in the call back section http://docs.jquery.com/UI_Developer_Guide#Callbacks
[quote]
Rather than using your own functions to call these callbacks, the
widget factory provides an own method:
this.trigger(name, [event, uiHash])
where name is the event name, this.element is the current element,
event is the browser event, and uiHash should be an object holding
your own key/value pairs that you want to pass to the callback.
[/quote]
Should the part of the sentence that says "this.element is the current
element" actually be. " 'this' is the current element"?
OR am I just missing something?
Eric Pascarello