codegooglecom / querytemplates

Automatically exported from code.google.com/p/querytemplates
0 stars 0 forks source link

JS: undefined checks #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
JS generator undefined checks are wrong:

typeof $var != undefined

Should be 

$var !== undefined

Original issue reported on code.google.com by tobiasz....@gmail.com on 28 Dec 2009 at 8:16