Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed obsolete WW workarounds
  • Loading branch information
Tobias Schneider committed Jun 16, 2010
1 parent dab4736 commit 0b0bb24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/parser.js
@@ -1,5 +1,5 @@
(function(){
if(false && doc && window.Worker){
if(doc && window.Worker){
var REGEXP_SCRIPT_SRC = /(^|.*\/)gordon.(min\.)?js$/,
scripts = doc.getElementsByTagName("script"),
src = '',
Expand All @@ -19,8 +19,6 @@
t.data = data;
t.ondata = ondata;

w.onerror = function(e){ };

w.onmessage = function(e){
t.ondata(e.data);
};
Expand Down

0 comments on commit 0b0bb24

Please sign in to comment.