Fix typo.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 6 Sep 2014 10:26:52 +0000 (12:26 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 6 Sep 2014 10:26:52 +0000 (12:26 +0200)
src/yuu/director.js

index 872301430eeb8f4d0b0a762acbb328db0959c462..385a3e7970a8287a5c2b5fc28ba1e56dd5cf2be7 100644 (file)
             /** The standard director */
 
         yuu.registerInitHook(function () {
-            return yuu.ready(director.scenes);
+            return yuu.ready(director._scenes);
         });
     });