mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
Replace .error with .catch
This commit is contained in:
@@ -211,9 +211,9 @@ export default class IndexedDBStore extends IStore
|
||||
}
|
||||
|
||||
rt.trigger(resource);
|
||||
}).error(ex => rt.triggerError(ex));
|
||||
}).error(ex => rt.triggerError(ex));
|
||||
}).error(ex => rt.triggerError(ex));
|
||||
}).catch(ex => rt.triggerError(ex));
|
||||
}).catch(ex => rt.triggerError(ex));
|
||||
}).catch(ex => rt.triggerError(ex));
|
||||
};
|
||||
|
||||
return rt;
|
||||
|
||||
Reference in New Issue
Block a user