#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
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
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
Note: See
TracTickets for help on using
tickets.
We're not providing support for Closure Compiler yet. If we were, we would need more information than what you have provided anyway.