diff --git a/README.md b/README.md index 309f400..2243ce5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,6 @@ // You need to create a root container that will hold the scene you want to draw. var stage = new PIXI.Container(); -var bunny; // Declare a global variable for our sprite so that the animate function can access it. var bunny = null;