#1748 closed bug (wontfix)
undeclared identifiers for jquery/dist/jquery.lite.js
Reported by: | Tony Chen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Got jQuery from svn (Rev: 3463, 2007-09-24 00:55:19 +0800), I ran jsl and found the following problems:
jquery.lite.js(406): lint warning: undeclared identifier: tmp
jquery.lite.js(948): lint warning: undeclared identifier: s
jquery.lite.js(1276): lint warning: undeclared identifier: self
line 406: replace "tmp" to "values"
line 948: replace "s" to "tags"
line 1276: replace "self" to "window" (I am not sure. Is "self" equal to "window" in here?)
Note: See
TracTickets for help on using
tickets.
The first two were already resolved - the last one is valid and is needed within this context.