bootstrap/js
Ilias bf43936377 Fix #17964 (#17997)
* Fix #17964

Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
2016-10-30 14:47:14 -07:00
..
dist grunt 2016-10-27 09:51:22 -07:00
src Fix #17964 (#17997) 2016-10-30 14:47:14 -07:00
tests Merge pull request #17536 from Johann-S/testPadding 2016-10-28 13:46:14 -07:00
.babelrc Update dependencies, including Babel to v6 and zeroUnits fix. 2016-10-09 12:15:17 +11:00
.eslintrc.json Enable more rules from ESLint 2.0; refs #19999 (#20076) 2016-06-05 11:17:05 -07:00
.jscsrc Upgrade to latest version of JSCS (v3.0.4) (#20070) 2016-06-04 17:55:21 -07:00