Skip to content

Commit

Permalink
fy
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Smith committed Oct 14, 2013
1 parent a4dd489 commit 2f9583e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/index.html
Expand Up @@ -19,7 +19,7 @@ <h1>Examples</h1>
<li class="d"><a href="drag/table">drag/table</a></li>
<li class="d"><a href="drag/sortlist/">drag/sortlist</a></li>
<li class="d"><a href="drag/sortlist/proxy.html">drag/sortlist/proxy.html</a></li>
</ul>
</ul>
</li>
<li><a href="event-publisher-test.html">event-publisher-test.html</a></li>
<li>widget/
Expand Down
5 changes: 2 additions & 3 deletions index.html
Expand Up @@ -17,14 +17,13 @@ <h1>Welcome to APE!</h1>
<p>
<abbr title="AOP Pointcuts for EcmaScript">APE</abbr> does not change the way you write JavaScript.
</p>

<p>
<abbr title="AOP Pointcuts for EcmaScript">APE</abbr> uses a global namespace, <code>APE</code>,
which itself defines inheritance, namespacing, and <abbr title="Inversion of Control">IoC</abbr>.
</p>
</p>

<h2>Features</h2>
<ul>
<ul>
<li>
<a href="/ape/build/APE.js"><abbr title="AOP Pointcuts for EcmaScript">APE</abbr> Core</a>
(<abbr title="less than three kilobytes">&lt; 3k</abbr> minified)
Expand Down
2 changes: 1 addition & 1 deletion test/tests/index.html
Expand Up @@ -49,7 +49,7 @@ <h1>Tests</h1>
</ul>
</li>
<li>drag
<ul>
<ul>
<li><a href="drag/Draggable-test.html">Draggable</a></li>
<li><a href="drag/Slider-test.html">Slider</a></li>
<li><a href="drag/SortList-test.html">SortList</a></li>
Expand Down

0 comments on commit 2f9583e

Please sign in to comment.