kis-js/src/module_vars.js

2 lines
58 B
JavaScript
Raw Normal View History

//Fix $_ is not defined errors
var $_ = $_ || window.$_;