00b23a0fe9
Move kotlin.* api inside kotlin directory. Update copyright paths.
17 lines
367 B
JavaScript
17 lines
367 B
JavaScript
(function (root, factory) {
|
|
if (typeof define === 'function' && define.amd) {
|
|
define('kotlin', ['exports'], factory);
|
|
}
|
|
else if (typeof exports === 'object') {
|
|
factory(module.exports);
|
|
}
|
|
else {
|
|
root.kotlin = {};
|
|
factory(root.kotlin);
|
|
}
|
|
}(this, function (Kotlin) {
|
|
var _ = Kotlin;
|
|
|
|
insertContent();
|
|
}));
|