Side navigation
#1309 closed bug (fixed)
Opened June 20, 2007 05:02PM UTC
Closed July 21, 2007 01:57AM UTC
Last modified July 21, 2007 02:47AM UTC
className.has(undefined) and className.add(undefined) should fail gracefully
Reported by: | keithorama | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
it looks like className.remove() handles the case where the parameter is undefined. The has() and add() methods blow up. Would be nice if they didn't