Files
komp-todo/web/js/kotlin/komp-todo.js
2017-04-01 17:49:34 +02:00

11 lines
424 B
JavaScript

if (typeof kotlin === 'undefined') {
throw new Error("Error loading module 'komp-todo'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'komp-todo'.");
}
this['komp-todo'] = function (_, Kotlin) {
'use strict';
Kotlin.defineModule('komp-todo', _);
return _;
}(typeof this['komp-todo'] === 'undefined' ? {} : this['komp-todo'], kotlin);
//@ sourceMappingURL=komp-todo.js.map