Skip to content

Commit

Permalink
Update worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxor1337 committed Jan 20, 2015
1 parent 503825d commit 08140f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/worker.js
Expand Up @@ -21,9 +21,8 @@ importScripts("lib/stardict_sync.js");
importScripts("dictionary.js");
importScripts("dictionarymanager.js");

dictMan = new DictionaryManager();

var transactions = [];
var dictMan = new DictionaryManager(),
transactions = [],
queryableFunctions = {
init: function (obj) {
dictMan = new DictionaryManager();
Expand Down

0 comments on commit 08140f1

Please sign in to comment.