Skip to content

Commit

Permalink
fixed wrong js loading for eventify and publicEvents event methods an…
Browse files Browse the repository at this point in the history
…vaka#134

There was a bug with setting the eventify variable on `renderer.js`.
Instead of ngraph.events, the variable is set from the `ngraph.graph`
After this fix, publicEvents object has on and off methods to register
events.

event registration methods for the renderer erroneously uses
`publicEvents.addEventListener` and `publicEvents.removeEventListener`
method. changed the method name to `on` and `off`, respectively.
  • Loading branch information
ahmetkizilay committed Apr 9, 2015
1 parent afb9759 commit 7b69dfa
Show file tree
Hide file tree
Showing 3 changed files with 1,678 additions and 1,678 deletions.

0 comments on commit 7b69dfa

Please sign in to comment.