Skip to main content

Bug Tracker

Side navigation

#1748 closed bug (wontfix)

Opened September 28, 2007 06:29AM UTC

Closed October 18, 2007 12:26AM UTC

Last modified October 18, 2007 05:25PM UTC

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

Attachments (0)
Change History (2)

Changed October 18, 2007 12:26AM UTC by john comment:1

resolution: → wontfix
status: newclosed

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

Changed October 18, 2007 05:25PM UTC by john comment:2

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