Skip to content

Commit

Permalink
fix typo: funtion is not a real thing!
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieCanales committed Aug 19, 2014
1 parent 9564a38 commit 96ad284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.scrolldepth.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

//use the GTM syntax for stand event handler
if (typeof options.eventHandler === "funtion") {
if (typeof options.eventHandler === "function") {
standardEventHandler = options.eventHandler;
}
else if (typeof dataLayer !== "undefined" && typeof dataLayer.push === "function") {
Expand Down

0 comments on commit 96ad284

Please sign in to comment.