Browse Source

Merge pull request #159 from pra85/patch-1

Fix a typo
master
Jack Lukic 9 years ago
parent
commit
9f05d0a3f1
  1. 2
      server/documents/behaviors/api.html.eco

2
server/documents/behaviors/api.html.eco

@ -234,7 +234,7 @@ type : 'UI Behavior'
}) })
; ;
</div> </div>
<p>Keep in mind passing a new settings object will destroy the previous instance, and all its settings and events. If you want to preserve the previous instance, you can trigger a new request with the the <code>query</code> behavior</p> <p>Keep in mind passing a new settings object will destroy the previous instance, and all its settings and events. If you want to preserve the previous instance, you can trigger a new request with the <code>query</code> behavior</p>
<div class="code" data-demo="true"> <div class="code" data-demo="true">
// set-up API button with events // set-up API button with events
$('.follow.button') $('.follow.button')

Loading…
Cancel
Save