Side navigation
#4399 closed bug (fixed)
Opened March 22, 2009 04:19AM UTC
Closed March 22, 2009 04:25AM UTC
Unused variables in dimensions.js should be removed [PATCH]
Reported by: | CraigBuchek | Owned by: | brandon |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | dimensions | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Browsing through the source, I noticed that the tl and br variables are defined but never used.
I've tested the included patch on Safari 3.2.1 and Firefox 3.0.7 on Mac OS X.
Saves 94 bytes!
Attachments (1)
Change History (1)
Changed March 22, 2009 04:25AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r6296
Thanks for the patch. :)