Browse Source

i cant type

pull/753/head
Kevin Mulvey 10 years ago
parent
commit
a01bfa1aea
  1. 2
      docs/components.html

2
docs/components.html

@ -1261,7 +1261,7 @@ document
window.addEventListener('push', myFunction); window.addEventListener('push', myFunction);
{% endhighlight %} {% endhighlight %}
<p class="component-description">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).</p> <p class="component-description">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).</p>
{% highlight js %} {% highlight js %}
PUSH({url: "/signin"}); PUSH({url: "/signin"});

Loading…
Cancel
Save