Oleg Varaksin
Oleg Varaksin
Hello, The code in https://github.com/kittykatattack/learningPixi/blob/master/examples/12_keyboardMovement.html is not quite correct in my opinion. Steps to reproduce: 1) press the right arrow -> the sprite starts running to the right direction (ok)...
Hi, OrgChart is not themable at the moment. The idea is to do it themable in order to use it with jQuery ThemeRoller http://jqueryui.com/themeroller/ Would you accept my pull request...
Please add "High compliancy" mode as in Babel (checkbox here https://babeljs.io/repl/). Currently this ES6 code ``` javascript if (true) { console.log(typeof value); // ReferenceError! let value = "blue"; // Temporal...
I've added a good WAI-ARIA support. See the issue #397. Please accept this pull request. Thanks.