Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JQuery 1.5 breaks jQuery Lint #21

Open
mikeyw opened this issue Feb 9, 2011 · 0 comments
Open

JQuery 1.5 breaks jQuery Lint #21

mikeyw opened this issue Feb 9, 2011 · 0 comments

Comments

@mikeyw
Copy link

mikeyw commented Feb 9, 2011

Here's what I'm seeing in Firebug. Initial call to jQuery causes jQuery Lint to throw an exception


jQuery(...) called incorrectly
jquery.lint.js (line 96)
More info:
Location:
@https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js:16
jquery.lint.js (line 111)
You passed: [Document index.cfm?fuseaction=mExternal.showSearchInterface, undefined, jQuery(Document index.cfm?fuseaction=mExternal.showSearchInterface)]
Available signatures include:
jQuery(selector, [context])
jQuery(element)
jQuery(elementArray)
jQuery(jQuery object)
jQuery()
jQuery(html, [ownerDocument])
jQuery(html, props)
jQuery(callback)

Is the undefined causing the issue?

padolsey added a commit that referenced this issue Jun 13, 2011
"Among with other minor updates, this should fix #15. I think #12, #17, #21 and #23 were also fixed." From @hpbuniat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant