Use the standard .jshintrc file for JSHint options.

This commit is contained in:
Robin Ward
2013-12-31 12:41:40 -05:00
parent e3e4c62887
commit 6c4417e0f0
4 changed files with 70 additions and 202 deletions

View File

@ -28,6 +28,7 @@ window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
titleChanged: function() {
var title = "";
if (this.get('title')) {
title += "" + (this.get('title')) + " - ";
}