From a01bfa1aea6596d47f96be73323f36da56c12d84 Mon Sep 17 00:00:00 2001 From: Kevin Mulvey Date: Wed, 4 Mar 2015 20:49:31 -0500 Subject: [PATCH] i cant type --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.html b/docs/components.html index c0f56ff..476ddc1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1261,7 +1261,7 @@ document window.addEventListener('push', myFunction); {% endhighlight %} -

Push.js can be triggered manually by using the PUSH(options) function. When passing options, url is reqired, container, transition and timeout are optional. As of version 2.1.0 Ratchet has his own namespace and can also be called with RATCHET.push(options).

+

Push.js can be triggered manually by using the PUSH(options) function. When passing options, url is required, container, transition and timeout are optional. As of version 2.1.0 Ratchet has its own namespace and can also be called with RATCHET.push(options).

{% highlight js %} PUSH({url: "/signin"});