--- Revision 373036623132 +++ Revision 623361396630 @@ -15,7 +15,7 @@ //Declaring another package $.provide('some.other.plugin', function($) { - // another instance + // $ is another jQuery instance $.fn.func1 = function(){alert(2)}; });