Skip to content

Instantly share code, notes, and snippets.

@geowa4
Created May 19, 2012 22:49
Show Gist options
  • Save geowa4/2732672 to your computer and use it in GitHub Desktop.
Save geowa4/2732672 to your computer and use it in GitHub Desktop.
Reproducing an incompatibility issue between RequireJS and Flotr2
<!DOCTYPE html>
<html>
<head>
<title>Flotr2 Issue #89 (Date: Sat, 19 May 2012 22:48:31 GMT)</title>
<script src="http://requirejs.org/docs/release/1.0.8/comments/require.js"></script>
<script src="https://raw.github.com/HumbleSoftware/Flotr2/master/flotr2.js"></script>
</head>
<body>
<p>Look at your console.</p>
<p>In Chrome, I get <code>Uncaught ReferenceError: bean is not defined</code> on line 1359.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment