diff options
Diffstat (limited to 'src/manipulation/support.js')
-rw-r--r-- | src/manipulation/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation/support.js b/src/manipulation/support.js index 2567d7e70..e7345eb3f 100644 --- a/src/manipulation/support.js +++ b/src/manipulation/support.js @@ -65,7 +65,7 @@ define([ support.deleteExpando = true; try { delete div.test; - } catch( e ) { + } catch ( e ) { support.deleteExpando = false; } } |