Kevin Clarens
Results
1
comments of
Kevin Clarens
As far as I understand your point, bar.js need to be updated to : ``` js var vars = require('./core'); module.exports = vars.createClass('Bar', ['getElementAtEvent']); ``` I think that should do...