Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Belgian Biodiversity Platform
yeti
Commits
80e0438a
Commit
80e0438a
authored
Mar 26, 2013
by
Julien Cigar
Browse files
remove useless test ..
parent
b8080f63
Changes
1
Show whitespace changes
Inline
Side-by-side
core.js
View file @
80e0438a
...
...
@@ -406,12 +406,8 @@
// Prevent a memory leak in IE.
try
{
// Check if delete is supported
if
(
delete
({}))
{
delete
(
obj
[
type
+
listener
]);
delete
(
obj
[
'
__e
'
+
type
+
listener
]);
}
else
{
throw
"
delete
"
;
};
}
catch
(
e
)
{
obj
[
type
+
listener
]
=
null
;
obj
[
'
__e
'
+
type
+
listener
]
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment