Skip to content

Commit

Permalink
Remove non-working example closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Feb 5, 2013
1 parent 80c243a commit b1deef5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,6 @@ <h2>Usage <span class="subtitle">Click Code to Edit</span></h2>

<span class="c1"># You can also set default options on the $._messengerDefaults object.</span>

<span class="c1"># You can also use the views directly</span>
<span class="nv">messenger = </span><span class="k">new</span> <span class="nx">ActionMessenger</span> <span class="nx">$</span><span class="p">(</span><span class="s">'div#message-container'</span><span class="p">)</span>
<span class="nx">messenger</span><span class="p">.</span><span class="nx">render</span><span class="s">()</span>
<span class="nx">messenger</span><span class="p">.</span><span class="nx">post</span> <span class="s">"Yay!!!"</span>

</pre></div>

<h1>Contributing</h1>
Expand Down

0 comments on commit b1deef5

Please sign in to comment.