Update kute-html.js

This commit is contained in:
dalisoft 2016-03-19 22:13:39 +05:00
parent 41f44607c9
commit b3daedbfaf

View file

@ -15,7 +15,7 @@
module.exports = factory(KUTE);
} else if ( typeof window.KUTE !== 'undefined' ) {
// Browser globals
factory(KUTE);
factory(window.KUTE);
} else {
throw new Error("HTML Plugin require KUTE.js.");
}