Skip to content

Commit

Permalink
修复全局对象没有的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 22, 2016
1 parent da6c893 commit 759283d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/translater.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,6 @@ var getTextNodes = window.NodeFilter?function(e){
return Array.prototype.concat.apply([],result);
}
};
};
};

return Translater;

0 comments on commit 759283d

Please sign in to comment.