Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Double-equals is evil!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason LaPorte committed Nov 6, 2013
1 parent ad79c77 commit 2f46fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skycons.js
Expand Up @@ -642,7 +642,7 @@
el = document.getElementById(el);

// Does nothing if canvas name doesn't exists
if (el == null)
if(el === null)
return;

obj = {
Expand Down

0 comments on commit 2f46fd7

Please sign in to comment.