Explorar el Código

Use `global` global variable.

As it is not defined in browser, polyfill it there.
Herby Vojčík hace 6 años
padre
commit
b99c2b935b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      root/index.html

+ 1 - 0
root/index.html

@@ -21,6 +21,7 @@
 <ol id="output-list"></ol>
 <!-- EXAMPLE APP END -->
 <script type='text/javascript'>
+    var global = typeof global === "undefined" ? window : global || window;
     require(['app'], function (amberPromise) {
         amberPromise.then(function (amber) {
             amber.initialize({