Reporter | Jakub Gutkowski (Gutek) |
---|---|
Created | Jun 21, 2011 2:49:59 PM |
Updated | Feb 20, 2012 7:29:39 PM |
Priority | Show-stopper |
Type | Bug |
Fix versions | Mirabile Futurum |
State | Open |
Assignee | Slava Tutushkin (slava.tutushkin) |
Subsystem | Text control |
Affected versions | 6.0 EAP |
Fixed in build | No Fixed in build |
When trying to add closing bracket to code below (to $.extend line):
resharper is highlighting the closing bracket at JQuery line. Removing { from extend line and trying to add {} doesn't help. Only copy-paste of } works.
(function ($) { $.extend($.fn, { })(jQuery);
resharper is highlighting the closing bracket at JQuery line. Removing { from extend line and trying to add {} doesn't help. Only copy-paste of } works.