Side navigation
#12565 closed bug (notabug)
Opened September 19, 2012 11:14AM UTC
Closed September 19, 2012 11:55AM UTC
Last modified October 29, 2012 08:55PM UTC
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
Attachments (0)
Change History (3)
Changed September 19, 2012 11:55AM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Changed September 20, 2012 09:31AM UTC by comment:2
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
Changed October 29, 2012 08:55PM UTC by comment:3
agree with this bug, the reason ticket was closed made my day:D
We're not providing support for Closure Compiler yet. If we were, we would need more information than what you have provided anyway.