Skip to content

Commit

Permalink
add config usage on jquery, closes gardr/validator-web issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
sveisvei committed May 20, 2014
1 parent 96a4f2d commit 93e3c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rule/preprocess/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function getLastest(harvested, output, next) {
var collected = harvested.jquery.version;
output('versionObj', tool.createVersionObj(collected));

tool.getLatest(2, function (versions) {
tool.getLatest(this.versionsBack||2, function (versions) {
output('versions', versions);
next();
});
Expand Down

0 comments on commit 93e3c51

Please sign in to comment.