Skip to content

Commit

Permalink
Merge pull request #45 from cameronmcefee/undocument-ender-support
Browse files Browse the repository at this point in the history
Remove ender references in documentation and comments
  • Loading branch information
Cameron423698 committed Jun 21, 2013
2 parents 2ba4d85 + 2d9f97d commit e7e8846
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<title>Plax Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- <script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script> -->

<script type="text/javascript" src="../js/plax.js"></script>
<style type="text/css">
Expand Down
1 change: 0 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<title>Plax Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- <script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script> -->

<script type="text/javascript" src="../js/plax.js"></script>
<style type="text/css">
Expand Down
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Plax is a [jQuery](http://jquery.com) / [Ender](http://ender.no.de) plugin that makes it suuuuuper easy to parallax elements in your site based on mouse position. You can see it implemented in many places throughout GitHub, including the [404 page](http://www.github.com/404), the [500 page](http://www.github.com/500), and the [about page](http://www.github.com/about). I've also used a modified version to [parallax a URL](http://cameronmcefee.com/parallax-url/).
Plax is a [jQuery](http://jquery.com) plugin that makes it suuuuuper easy to parallax elements in your site based on mouse position. You can see it implemented in many places throughout GitHub, including the [404 page](http://www.github.com/404), the [500 page](http://www.github.com/500), and the [about page](http://www.github.com/about). I've also used a modified version to [parallax a URL](http://cameronmcefee.com/parallax-url/).


## Dependencies

**[jQuery](http://jquery.com/) or [Ender](http://ender.no.de/)**
**[jQuery](http://jquery.com/)**


## Usage
Expand All @@ -14,7 +14,6 @@ In the &lt;head&gt; of your document, link both jQuery and plax.

```html
<script type="text/javascript" src="/js/jquery.min.js"></script>
<!-- <script type="text/javascript" src="/js/ender.min.js"></script> -->
<script type="text/javascript" src="/js/plax.js"></script>
```

Expand Down

0 comments on commit e7e8846

Please sign in to comment.