DIMP javascript fixes.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Dec 2008 20:24:58 +0000 (13:24 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Dec 2008 20:38:50 +0000 (13:38 -0700)
commit0b1030b45d961840ba46c680cfca52bc6fc69b7e
tree34cf58c98572ed458ff768ab54b4bc2f393cd126
parent5649c765f8914b3932556208a74f7a96092e6ee3
DIMP javascript fixes.

onFetchUpdate()->onCacheUpdate().
Name change better reflects action - since we need to call when doing
things like deleting messages also (which has been added by this
commit).

Make sure UIDs are interpreted as a Number
Needed to correctly generate UID ranges.  Use Number() instead of
parseInt() in some places where we know we have integer data that may be
stored in a string.
imp/js/DimpBase.js
imp/js/DimpCore.js
imp/js/ViewPort.js
imp/js/src/DimpBase.js
imp/js/src/DimpCore.js
imp/js/src/ViewPort.js