Skip to content

Commit 7dbcca2

Browse files
committed
Rename to Interface
1 parent 99756f3 commit 7dbcca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
};
2222

2323

24-
var Base = function(worker_script) {
24+
var Interface = function(worker_script) {
2525
this.worker = new Worker(worker_script);
2626
this.promises = [];
2727
var self = this;

0 commit comments

Comments
 (0)