Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 4eb5055

Browse files
committed
Remove unneeded code.
1 parent 62516a9 commit 4eb5055

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

js/views/itemEditVw.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -663,10 +663,5 @@ module.exports = baseVw.extend({
663663
this.validateDescription();
664664

665665
return this.$('#contractForm')[0].checkValidity();
666-
},
667-
668-
remove: function() {
669-
baseVw.prototype.remove.apply(this, arguments);
670-
return this;
671666
}
672667
});

0 commit comments

Comments
 (0)