8:00 – 4:00 SR
- Backups
- Looking into why MIPRs are not being automatically assigned.
- Javascript
- Finish making the ShapeManager a separate module. Don’t forget to add PhysicsShape as a dependency in the module!
- Havine huge problems with the setTimeout javascript call. Just found the Y.later() method. Trying that. That did it. Adding more peices back in.
- And for the record, this is how you maintain context for a function call when in a JavaScript prototype, as far as I can tell: Y.on(“click”, function(ev){self.startSampling(ev);}, “#start”);
- Ok, here’s the new ShapeManager version where everything behaves. Though the ‘PhysicsShape:selected’ event may not be getting where it needs to…
- Add physics controls (dials?)
- Start on map integration. Looks like this may do the trick: http://yuilibrary.com/gallery/show/google-maps-loader




You must be logged in to post a comment.