Dimitar Christoff
Dimitar Christoff
Currently, medium does not support RequireJS exports. However, you can shim it to force loading of Rangy and Undo - the problem is that Rangy is UMD wrapped and RequireJS...
https://github.com/jakiestfu/Medium.js/blob/master/medium.js#L591 shouldn't this be `!== true` - it fails to fire the `onchange` when doing `invokeElement` etc.
Need to be able to configure a socks / whatever proxy to use.
addresses #16, will be breaking change.
This is due to refactor away from jquery-ui and code from 6pac plugin being incompatible with the same from x-slickgrid. needs converting of the logic that looks at active canvas...
So, not sure if this is a desired goal or not but... Consumption of SlickGrid in a modern project that is driven by `npm` and built via webpack/babel/ES6 can be...
Interesting issue. Using a perforce repo, the files need to be unlocked before building. sometimes you forget and the task throws an EPERM error: ``` Writing web/assets/style.min.css...ERROR Fatal error: Unable...
Umd wrap
allows use in AMD env as well. also removed few dummy `;` that were not needed after function declarations.
As title suggests. To reproduce. set `minDate` to `new Date()`, `maxDate` to `new Date().increment("day", 30);`. open date picker, in the _current_ month view, pick a date from next month, eg,...