Skip to content

Commit

Permalink
Fixed JSHint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Sep 24, 2012
1 parent 6407d2c commit cc3d182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/pe-ap.js
Expand Up @@ -725,7 +725,6 @@
bclinkslen,
bcindex,
h1text = pe.main.find('h1').text(),
addslash = true,
match = false,
hrefBug = pe.ie !== 0 && pe.ie < 8; // IE7 and below have an href bug so need a workaround
menusrc = typeof menusrc.jquery !== 'undefined' ? menusrc : $(menusrc);
Expand Down Expand Up @@ -953,7 +952,7 @@
needsinit = [],
js = [],
i,
_len
_len,
$html = $('html');

// Process each polyfill
Expand Down

0 comments on commit cc3d182

Please sign in to comment.