Skip to content

Commit

Permalink
Fix var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 1, 2012
1 parent f82c002 commit cd2393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansiparse.js
Expand Up @@ -8,7 +8,7 @@ ansiparse = function (str) {
ansiState = [],
result = [],
state = {},
eraseText;
eraseChar;

//
// General workflow for this thing is:
Expand Down

0 comments on commit cd2393f

Please sign in to comment.