Yannick Albert
Yannick Albert
After OAuth'ing, the "Log in with GitHub"-button redirects me back to the [140byt.es](http://140byt.es) without doing anything.
I've noticed that you use `makeArray` twice in `unhook`, has this a more fundamental reason? ``` javascript $.unhook = function (fns) { fns = typeof fns === 'string' ? fns.split('...
I miss some simple drawing methods like: - Arc - Ellipse - Line - Polygon - Rectangle - Text
It seems that we need a type detection for the `content`-property. If it is true wrap its value with quotes.
Would nice to see support for rotated objects (using SAT, swept OOB...) for collision tests, and the colliding angle in collision response.
Something how it could look like: http://html5quintus.com/quintus/examples/touch/
Sometimes it is needed to get the actual `width` and/or `height` of an _arc_ or _pylogon_ but it seems, that the dimension are always `0`.
I think that it is a good idea to make it possible to add callback-functions to `clearEachFrame` and `drawEachFrame`. So you can update a state each time the canvas is...