Skip to content

Commit

Permalink
Fix mistake in which globalElm is not properly set
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Apr 5, 2016
1 parent bd7c00e commit 61a36ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pipeline/Generate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,9 @@ if (typeof module === "object")
}

var globalElm = this['Elm'];

if (typeof globalElm === "undefined")
{
globalElm = Elm;
this['Elm'] = Elm;
return;
}

Expand Down

0 comments on commit 61a36ac

Please sign in to comment.