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
633793d9
Commit
633793d9
authored
Sep 17, 2012
by
Julien Cigar
Browse files
Merge branch 'master' of
ssh://home.bebif.be/usr/local/repos/git/yeti
parents
5dcd21fb
c64814b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core.js
View file @
633793d9
...
@@ -322,6 +322,16 @@
...
@@ -322,6 +322,16 @@
Yeti
.
Evt
=
new
Object
();
Yeti
.
Evt
=
new
Object
();
/* Yeti.Evt.preventDefault
* Cancels the event if it is cancelable, without stopping further
* propagation of the event.
*/
Yeti
.
Evt
.
preventDefault
=
function
(
e
)
{
e
.
preventDefault
?
e
.
preventDefault
()
:
e
.
returnValue
=
false
;
}
/* Yeti.Evt.bind
/* Yeti.Evt.bind
* Wrapper for .addEventListener and .attachEvent.
* Wrapper for .addEventListener and .attachEvent.
*/
*/
...
...
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