Skip to content

Commit 03b8851

Browse files
committed
fix: use _start not start function
1 parent 9152a59 commit 03b8851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-fire-drop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
},
120120

121121
_instantLoad: function(event){
122-
this.start(event);
122+
this._start(event);
123123
if(this.instant){
124124
var reader = new FileReader();
125125
reader.onload = function (data) {

0 commit comments

Comments
 (0)