Make sure that expando properties aren't set on embed, applet, or object elements...
authorJohn Resig <jeresig@gmail.com>
Mon, 7 Dec 2009 04:00:31 +0000 (20:00 -0800)
committerJohn Resig <jeresig@gmail.com>
Mon, 7 Dec 2009 04:00:31 +0000 (20:00 -0800)
commit59802928566b6be3a66d65e77c2418fff37e6f5f
treef8969622b3c9e7ac61afdf54e37f5610fd188192
parent7d36ccfa8eb018fcf349e1f74e3a0a614385558f
Make sure that expando properties aren't set on embed, applet, or object elements. An uncatchable exception is thrown and we must avoid it. Fixes #1675 and #2349.
src/data.js
src/manipulation.js