Pass jQuery object to icinga/utils.js

This commit is contained in:
Thomas Gelf 2014-03-26 09:25:01 +00:00
parent faec625912
commit e28f7a05eb

View File

@ -1,7 +1,7 @@
/** /**
* Icinga utility functions * Icinga utility functions
*/ */
(function(Icinga) { (function(Icinga, $) {
'use strict'; 'use strict';
@ -143,4 +143,4 @@
} }
}; };
}(Icinga)); }(Icinga, jQuery));