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
1 changed files with 2 additions and 2 deletions

View File

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