Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#12565 closed bug (notabug)

compilation error (closure compiler)

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:

Description

jquery-1.8.1.js:4110: ERROR - variable name is undeclared

return context.getElementsByName( name );

compiler:

Closure Compiler (http://code.google.com/closure/compiler) Version: 20120710 (revision 2079)

parameters:

--jscomp_error undefinedVars --jscomp_error unknownDefines --jscomp_error visibility

Change History (3)

comment:1 Changed 11 years ago by dmethvin

Resolution: notabug
Status: newclosed

We're not providing support for Closure Compiler yet. If we were, we would need more information than what you have provided anyway.

comment:2 Changed 11 years ago by anonymous

I just verify files for obvious syntax bugs, with compiler.

I think that parameter of getElementsByName is not defined in this function. I haven't code to prove the function doesn't work.

function Sizzle.selectors find "NAME" is new in 1.8.1

comment:3 Changed 10 years ago by anonymous

agree with this bug, the reason ticket was closed made my day:D

Note: See TracTickets for help on using tickets.