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 8723014..385a3e7 100644 (file)
             /** The standard director */
 
         yuu.registerInitHook(function () {
-            return yuu.ready(director.scenes);
+            return yuu.ready(director._scenes);
         });
     });