mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-20 20:11:19 -04:00
fix jshint
This commit is contained in:
parent
9fd00cac65
commit
1dd6699bf2
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ Handlebars.registerHelper('number', function(property, options) {
|
|||
|
||||
result = "<span class='number'";
|
||||
|
||||
if(n != title) {
|
||||
if(n !== title) {
|
||||
result += " title='" + title + "'";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue