1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
James Thomas 9ebca91775 Fixes removeItem not passing row data to callback. (#965)
Call to .data('data') was happening after the remove() call, which
deletes the retained data. This was passing undefined back to the
callback for removeItem.

I've changed the data retrieval to a temporary variable before the
delete call.
2016-08-21 23:05:53 +01:00
..
2016-06-12 22:37:38 +01:00
2016-02-08 00:01:19 -05:00
2016-06-17 21:30:09 +01:00
2016-07-28 17:14:38 +01:00
2015-10-02 21:27:30 +01:00