Add update_schematic to window in schematic.js

This commit is contained in:
Calen Pennington
2012-07-27 16:17:06 -04:00
parent 1fce1dbe34
commit ab0055c201

View File

@@ -52,6 +52,7 @@ function update_schematics() {
schematics[i].setAttribute("loaded","true");
}
}
window.update_schematics = update_schematics;
// add ourselves to the tasks that get performed when window is loaded
function add_schematic_handler(other_onload) {