Bug 1330099 - Enable object-shorthand eslint rule. r=jryans

MozReview-Commit-ID: 3wA25rfznBv
This commit is contained in:
Tim Nguyen
2017-01-11 21:22:15 +00:00
parent 0be2d960fc
commit 548b6bdbef
429 changed files with 4014 additions and 4017 deletions

View File

@@ -90,7 +90,7 @@ PerformancePanel.prototype = {
this._destroyed = true;
}),
_checkRecordingStatus: function () {
_checkRecordingStatus() {
if (this.panelWin.PerformanceController.isRecording()) {
this.toolbox.highlightTool("performance");
} else {