Skip to content

Commit

Permalink
Remove unnecessary re-reading of the preference.
Browse files Browse the repository at this point in the history
  • Loading branch information
busykai committed Jun 5, 2014
1 parent b46e537 commit 895fb37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ define(function (require, exports, module) {
config = defaultConfig;
}

_scanProjectOnly = pm.get(PREF_SCAN_PROJECT_ONLY);

var resultJH = JSHINT(text, config.options, config.globals);

if (!resultJH) {
Expand Down

0 comments on commit 895fb37

Please sign in to comment.