javascript-UFO MDL-19738 Stopped ufo.js being included in outputlib and included it in each place it was actually being used.

It will no only be loaded when it is being used. If something new comes along they will need to remember to require it.
At the same time cleaned up a few deprecated calls
This commit is contained in:
samhemelryk
2009-07-08 04:12:11 +00:00
parent e6f7f2b278
commit 4d49202ffc
7 changed files with 29 additions and 28 deletions
+4
View File
@@ -1069,3 +1069,7 @@ function cancel_scroll_to_end() {
scrolltoendtimeout = null;
}
}
function create_UFO_object(eid) {
UFO.create(FO, eid);
}