Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ <h1 class="title">Push</h1>

{% highlight html %}
<!-- Use data-ignore="push" to prevent the push.js interception -->
<a href="http://www.google.com" data-ignore="push">Google<a>
<a href="http://www.google.com" data-ignore="push">Google</a>
{% endhighlight %}

<p class="component-description">Push.js binds an event to the document that returns a detail object and can be used to fire a callback.</p>
Expand Down