Arthur JAOUEN
Results
1
comments of
Arthur JAOUEN
I do agree with the fact that triggerMethod shouldn't return any value at all. That being said, a simple workaround would be : ``` javascript view.triggerMethod('some:trigger', obj); ``` And then...