Paul T.
Paul T.
KnockoutJS has (I think) an unusual way to register its self under AMD... its code looks like this ([ref here](https://github.com/knockout/knockout/blob/master/build/fragments/amd-pre.js#L1})): ``` javascript // Support three module loading scenarios if (typeof...
Do you plan on supporting Tooltip and Menu Widgets, which are fairly new with jQuery UI? Great theme...
I came across this issue that I wanted to report back you.. Before finding grunt-newer, I was using the following task for copy: ``` copy: { build: { src: ['src/**/*'],...
Provide a way for the widget to be destroyed on a given element, in order to ensure that instances that were applied to dynamic viewports (ex. page Dialog widgets) can...