mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 23:34:57 +00:00
Merge pull request #357 from realm/sk-remove-assert
Remove changes_available implementation that asserts
This commit is contained in:
commit
89e28be437
@ -36,9 +36,6 @@ using RJSAccessor = realm::NativeAccessor<JSValueRef, JSContextRef>;
|
|||||||
|
|
||||||
class RJSRealmDelegate : public BindingContext {
|
class RJSRealmDelegate : public BindingContext {
|
||||||
public:
|
public:
|
||||||
virtual void changes_available() {
|
|
||||||
assert(0);
|
|
||||||
}
|
|
||||||
virtual void did_change(std::vector<ObserverState> const& observers, std::vector<void*> const& invalidated) {
|
virtual void did_change(std::vector<ObserverState> const& observers, std::vector<void*> const& invalidated) {
|
||||||
notify("change");
|
notify("change");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user