Skip to content

Commit

Permalink
Re-add missing utils.js require in File.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avaer committed Aug 9, 2019
1 parent de46297 commit 1f2caf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/File.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const {EventTarget} = require('./Event');
const {_elementGetter, _elementSetter} = require('./utils');

class FileReader extends EventTarget {
constructor() {
Expand Down

0 comments on commit 1f2caf3

Please sign in to comment.