raphael breaks if loaded via require-js.
See original GitHub issueRaphael also breaks if requires merely existent on the page. If require
is not undefined
(and in case requirejs is loaded, require is defined), eve
won’t be added to the global scope.
Issue Analytics
- State:
- Created 12 years ago
- Comments:70
Top Results From Across the Web
Loading Raphael JS via require JS - Veera / Blog
Raphael, the SVG JavaScript library, does not support require JS (yet). When loaded via require('raphael') , the code breaks throwing 'eve ...
Read more >Loading Raphael JS via require JS - DZone
Raphael, the SVG JavaScript library, does not support require JS (yet). When loaded via require('raphael') , the code breaks throwing 'eve ...
Read more >javascript - RequireJS and jQuery plugin - Stack Overflow
I was using Django Debug Toolbar in parallel with require, and it appears that it's loading it's own version of jQuery, messing up...
Read more >Common Errors - RequireJS
Be sure to load all scripts that call define() via the RequireJS API. Do not manually code script tags in HTML to load...
Read more >Javascript library in a notebook: morris — jyquickhelper
raphael breaks if loaded via require-js · raphael-loader. So I reused one version of Raphael which seemed to work well in a previous...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just added <script src=...> before other JS files directly into main HTML
file and it worked.
Azat, http://azat.co
On Wed, Mar 28, 2012 at 7:19 PM, Timophey < reply@reply.github.com
+1