ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
801 stars 54 forks source link

no jQuery completion in document ready when using function($) #119

Closed PixelT closed 8 years ago

PixelT commented 8 years ago

no jQuery completion when use:

jQuery(document).ready(function($) {
$(element).

in other ways work OK:

jQuery.noConflict();
jQuery(document).ready(function() { 
$(element).
$(document).ready(function() {
$(element).
tansongyang commented 8 years ago

If I'm not mistaken, this commit in Tern should address the issue. @marijnh can you confirm?

marijnh commented 8 years ago

It does -- it was supposed to refer to this issue, but I got the issue reference in the commit message wrong