summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-03 00:11:48 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-03 00:11:48 +0100
commit1879165d18319901b1cea3f1760a3ce7deda0902 (patch)
treee6724771f1ebf57b14ce4f2e5307d1e18d9ba3a5 /examples
parent9ea8ecca945dfc5c47b3f9857b08e198e23c1621 (diff)
downloadmerchant-1879165d18319901b1cea3f1760a3ce7deda0902.tar.gz
merchant-1879165d18319901b1cea3f1760a3ce7deda0902.tar.bz2
merchant-1879165d18319901b1cea3f1760a3ce7deda0902.zip
typo
Diffstat (limited to 'examples')
-rw-r--r--examples/shop/fulfillment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shop/fulfillment.php b/examples/shop/fulfillment.php
index b68685b3..b06f2bd7 100644
--- a/examples/shop/fulfillment.php
+++ b/examples/shop/fulfillment.php
@@ -18,7 +18,7 @@
function cb() {
document.body.style.display = "";
}
- document.addEvent("DOMContentLoaded", cb, false);
+ document.addEventListener("DOMContentLoaded", cb, false);
}
</script>
</head>