Skip to content

Commit

Permalink
Remove call to nonexistent method
Browse files Browse the repository at this point in the history
  • Loading branch information
csaudiodesign committed Dec 4, 2023
1 parent eb5c0fb commit d9c0bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batdetect2_gui/static/Jcrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $.extend(AbstractStage,{
},
prototype: {
attach: function(core){
this.init(core);
// this.init(core);
core.ui.stage = this;
},
triggerEvent: function(ev){
Expand Down

0 comments on commit d9c0bda

Please sign in to comment.