Skip to content

Commit 65f6800

Browse files
update number version
1 parent 6b724ff commit 65f6800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

particles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* MIT license: http://opensource.org/licenses/MIT
44
/* GitHub : https://github.com/VincentGarreau/particles.js
55
/* How to use? : Check the GitHub README
6-
/* v1.0.2
6+
/* v1.0.3
77
/* ----------------------------------------------- */
88

99
function launchParticlesJS(tag_id, params){
@@ -343,7 +343,7 @@ function launchParticlesJS(tag_id, params){
343343

344344
/* el on mousemove */
345345
detect_el.onmousemove = function(e){
346-
346+
347347
if(detect_el == window){
348348
var pos_x = e.clientX,
349349
pos_y = e.clientY;

0 commit comments

Comments
 (0)