From ab0055c2013944762d22339e4df19e3ad970c2a6 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 27 Jul 2012 16:17:06 -0400 Subject: [PATCH] Add update_schematic to window in schematic.js --- common/lib/xmodule/xmodule/js/src/capa/schematic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/xmodule/js/src/capa/schematic.js b/common/lib/xmodule/xmodule/js/src/capa/schematic.js index a92bca65cd..56c4bc8195 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/schematic.js +++ b/common/lib/xmodule/xmodule/js/src/capa/schematic.js @@ -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) {