fix jshint

This commit is contained in:
Sam 2013-06-27 17:19:11 +10:00
parent 9fd00cac65
commit 1dd6699bf2
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ Handlebars.registerHelper('number', function(property, options) {
result = "<span class='number'";
if(n != title) {
if(n !== title) {
result += " title='" + title + "'";
}