Initial Commit

This commit is contained in:
mathias 2014-11-14 21:55:32 +02:00
parent 06398a4360
commit 2da7cda536

View file

@ -1,6 +1,6 @@
(function() // Code in a function to create an isolate scope (function() // Code in a function to create an isolate scope
{ {
var speed = 300; var speed = 400;
var moving_frequency = 15; // Affects performance ! var moving_frequency = 15; // Affects performance !
var links = document.getElementsByTagName('a'); var links = document.getElementsByTagName('a');
var href; var href;