Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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?)

Change History (2)

comment:1 Changed 16 years ago by john

Resolution: wontfix
Status: newclosed

The first two were already resolved - the last one is valid and is needed within this context.

comment:2 Changed 16 years ago by john

Ok, the self bit was BS, fixed in [3686].

Note: See TracTickets for help on using tickets.