mirror of https://github.com/toddmotto/echo.git
Browse Source
This module currently breaks when used as an AMD module (at least in RequireJS) as the first argument passed to `factory` from `define` is a reference to `require` not `window`, and so means that `addEventListener` is unavailable. If you switch this to pass a function to define which then returns factory with `root` passed correctly it works OK.pull/53/head
David Rapson
11 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue