[commits] Horde branch master updated. e6adb9aad9af9e326ee708637f6a3d893e82cb4b
Michael M Slusarz
slusarz at horde.org
Fri Aug 8 20:46:57 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 80ef60a9ed404c5441248d1e2128fdd034d14871
e6adb9a bind() acts funny on IE 8/9
Summary: http://github.com/horde/horde/compare/80ef60a9ed404c5441248d1e2128fdd034d14871...e6adb9aad9af9e326ee708637f6a3d893e82cb4b
-----------------------------------------------------------------------
commit e6adb9aad9af9e326ee708637f6a3d893e82cb4b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Aug 8 14:45:25 2014 -0600
bind() acts funny on IE 8/9
It appears to be caching the first function creation, so that subsequent
creations of the same function do not use the new curried parameters
provided. Not sure if this is a IE bug or an issue with the way that
prototype interfaces with the native bind calls on that browser.
Work around by using closure variable instead.
imp/js/compose-dimp.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/e6adb9aad9af9e326ee708637f6a3d893e82cb4b
More information about the commits
mailing list