2EIjWUxrWqQ8qFcjtc3RSQ changeset

Changeset623361396630 (b)
Parent373036623132 (a)
ab
1414//Declaring another package
1515$.provide('some.other.plugin', function($) {
1616       
...
17-        // another instance
17+        // $ is another jQuery instance
...
1818        $.fn.func1 = function(){alert(2)};
1919});
2020
...
1
2
3
4
5
6
7
8
9
10
11
--- 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)};
});