Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
3609e473
Commit
3609e473
authored
Dec 17, 2012
by
Julien Cigar
Browse files
fix typo
parent
a7219599
Changes
1
Hide whitespace changes
Inline
Side-by-side
core.js
View file @
3609e473
...
...
@@ -400,7 +400,7 @@
* not implemented, just says it's there and fails when called.
*/
try
{
return
document
.
importNode
(
node
,
deep
)
:
return
document
.
importNode
(
node
,
deep
)
;
}
catch
(
e
)
{
return
(
function
(
node
,
deep
)
{
/* Returns an integer code representing the type of the node. */
...
...
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