Skip to content

Commit

Permalink
Fix typo in cleartinterval
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Holtslander authored May 3, 2017
1 parent c6958a2 commit c6bc192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ chrome.storage.sync.get({url: '', saveCollapsedDiffs: true, tabSwitchingEnabled:
$body.on('click', '.js-collapse-deletions', collapseDeletions);
}
} else {
cleartInterval(interval);
clearInterval(interval);
}
};
interval = setInterval(injectHtmlIfNecessary, 1000);
Expand Down

0 comments on commit c6bc192

Please sign in to comment.