diff --git a/07/iris.js b/07/iris.js index 64ae604..d93ff3f 100644 --- a/07/iris.js +++ b/07/iris.js @@ -1,7 +1,5 @@ (function () { - window.onload = iris; - Messages = [ "My mind is bursting with bright ideas, kind words, and happiness.", "No person, place, or thing has any power over me, for I am the only thinker in my mind.", @@ -91,4 +89,6 @@ newMessage('oneliner-3'); } + window.onload = iris; + })();