Skip to content

Commit

Permalink
Update jquery.languageMatchAndWrap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
teeohhem committed Dec 4, 2013
1 parent 31fb992 commit 2ea9552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.languageMatchAndWrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
tempElem = self.getHTML($(this).languageMatchAndWrap(options));
}
else {
tempElem = this.getHTML(this);
tempElem = self.getHTML(this);
}
elemArr.push(tempElem);
});
Expand Down

0 comments on commit 2ea9552

Please sign in to comment.