Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixed typos in data-postion-to attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Jul 24, 2012
1 parent 612f99c commit 6780f94
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/lists/lists-split.html
Expand Up @@ -29,69 +29,69 @@ <h1>Split button list</h1>
<img src="images/album-bb.jpg" />
<h3>Broken Bells</h3>
<p>Broken Bells</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">

<img src="images/album-hc.jpg" />
<h3>Warning</h3>
<p>Hot Chip</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-p.jpg" />
<h3>Wolfgang Amadeus Phoenix</h3>
<p>Phoenix</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-ok.jpg" />
<h3>Of The Blue Colour Of The Sky</h3>
<p>Ok Go</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-ws.jpg" />
<h3>Elephant</h3>
<p>The White Stripes</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-rh.jpg" />
<h3>Kid A</h3>
<p>Radiohead</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-xx.jpg" />
<h3>XX</h3>
<p>XX</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-mg.jpg" />
<h3>Congratulations</h3>
<p>MGMT</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-ag.jpg" />
<h3>Ashes Grammar</h3>
<p>A Sunny Day in Glasgow</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>

<li><a href="index.html">
<img src="images/album-k.jpg" />
<h3>Hot Fuss</h3>
<p>Killers</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
<li><a href="index.html">
<img src="images/album-af.jpg" />
<h3>The Suburbs</h3>
<p>Arcade Fire</p>
</a><a href="#purchase" data-rel="popup" data-postion-to="window" data-transition="pop">Purchase album</a>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
</ul>

Expand Down

0 comments on commit 6780f94

Please sign in to comment.