signalpoint / jDrupal

A JavaScript Library and API for Drupal Applications
http://jdrupal.tylerfrankenstein.com/
GNU General Public License v2.0
76 stars 38 forks source link

Implement _services_queue_remove_from_queue() #26

Closed signalpoint closed 9 years ago

signalpoint commented 9 years ago

This queue never gets cleared out. One detriment of this is we can never force a reset on loading an entity from local storage, except one time during the app's life cycle.

signalpoint commented 9 years ago

This actually isn't needed, because the queue already gets cleared out by jDrupal. But if someone has an error in their success callback (e.g. during a node_load()) the queue won't get cleared out.