Last active
August 29, 2015 14:23
-
-
Save humphd/1fa7cfba27ce9d7e00a2 to your computer and use it in GitHub Desktop.
Trying to debug IE loading of Bramble API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Bramble Loading in IE</title> | |
| <script src="https://mozillathimblelivepreview.net/bramble/dist/bramble.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| document.write(window.Bramble ? "It worked" : "It failed"); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment