Skip to content

Commit

Permalink
Missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 17, 2011
1 parent d373837 commit ff324e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.xpath.js
Expand Up @@ -9,7 +9,7 @@
*
*/
(function ($) {
xp = function (xpath, contextNode) {
var xp = function (xpath, contextNode) {
var iterator = document.evaluate(xpath, contextNode, null, XPathResult.ANY_TYPE, null),
node = iterator.iterateNext(),
nodes = [];
Expand Down

0 comments on commit ff324e9

Please sign in to comment.