Skip to content

Commit

Permalink
remove ender references in documentation and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron423698 committed May 9, 2013
1 parent bfa3c42 commit cdb5d81
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://github.com/404), the [500 page](http://github.com/500), and the [about page](http://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://github.com/404), the [500 page](http://github.com/500), and the [about page](http://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/)

This comment has been minimized.

Copy link
@magebarf

magebarf May 9, 2013

Contributor

Missed the ending double-asterisk here...



## 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

2 comments on commit cdb5d81

@ded
Copy link
Contributor

@ded ded commented on cdb5d81 Oct 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎

@cameronmcefee
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#42 #45 for context

Please sign in to comment.