Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
galfert committed Mar 2, 2012
1 parent 7443287 commit 54a3b46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.html
Expand Up @@ -75,8 +75,8 @@

<span class="nx">callback</span><span class="p">(</span><span class="nx">error</span><span class="p">);</span>
<span class="p">});</span>
<span class="p">}</span></pre></div> </td> </tr> <tr id="section-11"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-11">&#182;</a> </div> <p>Now all that's left is to bind the events from the different UI
elements to these actions, as can be seen <a href="app.html">here</a>.</p> </td> <td class="code"> <div class="highlight"><pre> <span class="k">return</span> <span class="p">{</span>
<span class="p">}</span></pre></div> </td> </tr> <tr id="section-11"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-11">&#182;</a> </div> <p>Now all that's left is to bind the events from the UI elements to
these actions, as can be seen <a href="app.html">here</a>.</p> </td> <td class="code"> <div class="highlight"><pre> <span class="k">return</span> <span class="p">{</span>
<span class="nx">connect</span><span class="o">:</span> <span class="nx">connect</span><span class="p">,</span>
<span class="nx">authorize</span><span class="o">:</span> <span class="nx">authorize</span><span class="p">,</span>
<span class="nx">getData</span><span class="o">:</span> <span class="nx">getData</span><span class="p">,</span>
Expand Down
4 changes: 2 additions & 2 deletions js/tutorial.js
Expand Up @@ -103,8 +103,8 @@ define(['./remoteStorage', './helper'], function(remoteStorage, helper) {
});
}

// Now all that's left is to bind the events from the different UI
// elements to these actions, as can be seen [here](app.html).
// Now all that's left is to bind the events from the UI elements to
// these actions, as can be seen [here](app.html).

return {
connect: connect,
Expand Down

0 comments on commit 54a3b46

Please sign in to comment.