Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apostololeg/test-lmd-snap

#testcase Пример совместного изполльзования Snap.svg и LMD.
https://github.com/apostololeg/test-lmd-snap

Last synced: 26 days ago
JSON representation

#testcase Пример совместного изполльзования Snap.svg и LMD.

Awesome Lists containing this project

README

        

----

При подключении [Snap.svg](https://github.com/adobe-webplatform/Snap.svg) вместе с [LMD](https://github.com/azproduction/lmd) валится ошибка в модуле [snap.svg#L4134](https://github.com/adobe-webplatform/Snap.svg/blob/master/dist/snap.svg.js#L4134):

``Uncaught TypeError: Cannot call method 'on' of undefined``

Проблема только вместе со Snap.svg(с другими модулями проблем не обнаружено).
То ли я неправильно подключаю модуль с помощью LMD, то ли какая-то непонятная ошибка в Snap.svg в таком кейсе.

#### Установка
```
npm run-script init
npm run-script build
npm run-script start

open index.html
```