Opened 14 years ago
Closed 14 years ago
#4399 closed bug (fixed)
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 (2)
Changed 14 years ago by
Attachment: | jquery.4399.diff added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r6296
Thanks for the patch. :)
Note: See
TracTickets for help on using
tickets.
Remove unused variables in dimensions.js