Skip to content
Snippets Groups Projects
Commit ff0509a8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

JS fixes

darcs-hash:20051210204439-7ad00-602f2ab029f37fa3886e826329d1e534811fd1f1.gz
parent 00540a38
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ window.fireoninit = function() {
if (typeof window.oninit == 'function') {
window.oninit();
}
}
};
/**
* This is a pseudo Event that will be fired by the above function
......@@ -88,8 +88,7 @@ window.fireoninit = function() {
*
* @author Andreas Gohr
*/
window.oninit = function() {
}
window.oninit = function(){};
/**
* Bind a function to the window.init pseudo event
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment