More jQuery 3 updates.

This commit is contained in:
Aditya Toshniwal
2018-07-10 10:59:53 +01:00
committed by Dave Page
parent d1784137a5
commit 3b862bd70b
6 changed files with 39 additions and 39 deletions

View File

@@ -230,7 +230,7 @@ define([
finishWizard: function() {
this.onFinish();
this.remove(); // Remove view from DOM
this.unbind(); // Unbind all local event bindings
this.off(); // Unbind all local event bindings
delete this.$el; // Delete the jQuery wrapped object variable
delete this.el; // Delete the variable reference to this node
return true;