Provide missing context, fixes unwanted unregister of all callbacks instead of just the ones for that nextmatch

This commit is contained in:
Nathan Gray 2014-11-11 22:51:54 +00:00
parent af83de8198
commit af1bf822a9

View File

@ -678,7 +678,7 @@ var et2_dataview_controller = Class.extend({
// Unregister the data callback
this.self._dataProvider.dataUnregisterUID(this.entry.uid,
this.self._dataCallback, null);
this.self._dataCallback, this);
},
/**