Skip to content

Commit

Permalink
Changed _pe reference to pe in datalist.js to resolve JavaScript error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 21, 2013
1 parent f2387c3 commit b049545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/polyfills/datalist.js
Expand Up @@ -194,7 +194,7 @@
}
});

_pe.document.on("click vclick touchstart", function (e) {
pe.document.on("click vclick touchstart", function (e) {
if (!autolist.hasClass('al-hide') && !$(e.target).is(elm)) {
closeOptions();
}
Expand Down

0 comments on commit b049545

Please sign in to comment.