Closed eniewold closed 8 years ago
The Editor.js extension method refresh() does not return the value as returned from calling this.inherited(arguments) base class.
This causes problems when declaring classes using the Editor and the OnDemandGrid using the promise returned from the latter.
Landed in master, commit 83e58c45fd1783b9197d11d5a26e7308f74321ad. Thanks!
The Editor.js extension method refresh() does not return the value as returned from calling this.inherited(arguments) base class.
This causes problems when declaring classes using the Editor and the OnDemandGrid using the promise returned from the latter.