faheem801 / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

In-lined jQuery.color should pass in jQuery as the only param, for use with jQuery.noConflict #421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In flot 1.0, the jQuery.color plugin is inlined.  The function that loads 
jQuery.color should pass in jQuery as the only parameter, so that it plays nice 
with noConflict.  The flot plugin code does this correctly, but the inlined 
jQuery.color code does not pass in jQuery, it simply uses the global jQuery 
variable, which prevents it from working with jQuery.noConflict().

Original issue reported on code.google.com by Nick.Sti...@gmail.com on 21 Sep 2010 at 6:16

GoogleCodeExporter commented 9 years ago
I didn't think it would be a problem as long as it just used the jQuery object, 
but I can see that some people want to actually overwrite that. Fixed. Thanks!

Original comment by olau%iol...@gtempaccount.com on 13 Dec 2010 at 6:06