1

I am familiar with Raphael.js and I am using it in my web application.

But,What is the purpose of converting the Raphael java script file into modules published in the this article https://github.com/vraa/raphael-require

The new module files are---> raphael.svg.js, raphael.core.js, raphael.vml.js, raphel.amd.js and raphael.eve.js

But they have not told how to use these new files

It has been told told that , by doing this we can use raphael with eve.js.

Since this concept is entirely new to me, I wanted to know the purpose of doing this.If any one has already done some thing with this , then it will be highly helpful for me .Since I can adopt this approach in my application to get better results.

4

1 回答 1

0

此问题已解决。Require.js 取自 DOJO javascript 库。在尝试了 DOJO 站点中给出的示例后,我能够正确使用 require.js。

于 2014-05-07T10:39:07.290 回答