コード例 #1
0
 this.once('dispose:before', function() {
     confirm.dispose();
 });
コード例 #2
0
 this.once('dispose:before', function() {
     confirm.dispose();
     collection.dispose();
     $editor.itemsManagerEditor('destroy');
     $table.itemsManagerTable('destroy');
 }, this);
コード例 #3
0
 this.once('dispose:before', function () {
     loadingMask.dispose();
     confirm.dispose();
     delete this.$entityChoice;
 }, this);