Avoid an error in the destruction by checking for widget

This commit is contained in:
Nathan Gray 2013-04-12 16:28:52 +00:00
parent 41d34f84a2
commit c85582180a

View File

@ -270,6 +270,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
{
senders = [];
}
if(!this._widget) return;
this._widget.onselect.call(this._widget, action,senders);
},