Skip to content

Commit

Permalink
cleaner variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron423698 committed Jan 13, 2012
1 parent b2035d2 commit 5afd344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/specific-element.html
Expand Up @@ -56,7 +56,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#shell img').plaxify()
$.plax.enable({ "target": $('#shell')})
$.plax.enable({ "activityTarget": $('#shell')})
})
</script>

Expand Down
1 change: 1 addition & 0 deletions js/plax.js
Expand Up @@ -262,6 +262,7 @@
$(document).bind('mousemove.plax', function (e) {
if(opts){
plaxActivityTarget = opts.target || $(window)
plaxActivityTarget = opts.activityTarget || $(window)
}
plaxifier(e)
})
Expand Down

0 comments on commit 5afd344

Please sign in to comment.