Hi.
When I try to do another initialization, SAPI returns errors in Firefox. Example:
<textarea class="wymeditor1" />
<textarea class="wymeditor1" />
<textarea class="wymeditor2" />
...
$j(".wymeditor1").wymeditor({...abc...});
$j(".wymeditor1").wymeditor({...xyz...});
Tested by modifying the "advanced.html" test case.
(Anyway, it's absolutly great software, I'm lovin' it!)