Initial commit
This commit is contained in:
10
web/js/kotlin/komp-todo.js
Normal file
10
web/js/kotlin/komp-todo.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user