pass in jQuery dependency

Esse commit está contido em:
Bernhard K. Weisshuhn
2013-09-13 12:24:20 +02:00
commit adf65c4e15
6 arquivos alterados com 12 adições e 12 exclusões
+2 -2
Ver Arquivo
@@ -1,4 +1,4 @@
(function (window, undefined) {
(function (window, $, undefined) {
'use strict';
var Battery;
@@ -77,4 +77,4 @@
window.Cockpit.plugins.push(Battery);
}(window, undefined));
}(window, jQuery));