Couple of bits to ui.spinner
I've tried ui.spinner and i find it very useful.
Here are couple of things I've changed to make it work better for my
project (below are chunks from diff my.ui.spinner.js ui.spinner.js):
1. Making mousewheel trigger 'spinchange' event:
156d155
< self._propagate('change', e);
It is kinda useful to make a single event being in charge of all
spinner changes. No need to think twice on ajax binding.
2. Fixing of this bug:
> Cloudream