зеркало из https://github.com/github/plax.git
cleaner variable names
This commit is contained in:
Родитель
b2035d25fa
Коммит
5afd344f04
|
@ -56,7 +56,7 @@
|
|||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('#shell img').plaxify()
|
||||
$.plax.enable({ "target": $('#shell')})
|
||||
$.plax.enable({ "activityTarget": $('#shell')})
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
@ -262,6 +262,7 @@
|
|||
$(document).bind('mousemove.plax', function (e) {
|
||||
if(opts){
|
||||
plaxActivityTarget = opts.target || $(window)
|
||||
plaxActivityTarget = opts.activityTarget || $(window)
|
||||
}
|
||||
plaxifier(e)
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче