google / closure-templates

A client- and server-side templating system that helps you dynamically build reusable HTML and UI elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erroneous String Compare

QiAnXinCodeSafe opened this issue · comments


Strings should be compared with the equals() method, not == or !=.