Skip to content

Instantly share code, notes, and snippets.

@humphd
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save humphd/1fa7cfba27ce9d7e00a2 to your computer and use it in GitHub Desktop.

Select an option

Save humphd/1fa7cfba27ce9d7e00a2 to your computer and use it in GitHub Desktop.
Trying to debug IE loading of Bramble API
<!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