SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 295 forks source link

Editor.js method refresh() does not return value from this.inherited(arguments); #1299

Closed eniewold closed 8 years ago

eniewold commented 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.

edhager commented 8 years ago

Landed in master, commit 83e58c45fd1783b9197d11d5a26e7308f74321ad. Thanks!