(function (root, factory) { if (typeof define === 'function' && define.amd) define(['exports', 'kotlin', 'kotlin-web'], factory); else if (typeof exports === 'object') factory(module.exports, require('kotlin'), require('kotlin-web')); else { if (typeof kotlin === 'undefined') { throw new Error("Error loading module 'kotlin-browser'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'kotlin-browser'."); } if (typeof this['kotlin-web'] === 'undefined') { throw new Error("Error loading module 'kotlin-browser'. Its dependency 'kotlin-web' was not found. Please, check whether 'kotlin-web' is loaded prior to 'kotlin-browser'."); } root['kotlin-browser'] = factory(typeof this['kotlin-browser'] === 'undefined' ? {} : this['kotlin-browser'], kotlin, this['kotlin-web']); } }(this, function (_, Kotlin, $module$kotlin_web) { 'use strict'; var $$importsForInline$$ = _.$$importsForInline$$ || (_.$$importsForInline$$ = {}); var defineInlineFunction = Kotlin.defineInlineFunction; var Kind_CLASS = Kotlin.Kind.CLASS; var ensureNotNull = Kotlin.ensureNotNull; var Kind_OBJECT = Kotlin.Kind.OBJECT; var wrapFunction = Kotlin.wrapFunction; var HTML_instance = null; $$importsForInline$$['kotlin-web'] = $module$kotlin_web; return _; })); //# sourceMappingURL=kotlin-browser.js.map