Skip to content
Snippets Groups Projects
Commit 55a895eb authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix typo in method name

parent 808740f0
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ function nw_create_window(cid, type, width, height, xpos, ypos, attr_array) {
new_win.eval(null, eval_string);
// flag the window as loaded. We may want to wait until the
// DOM window has finished loading for this.
pdgui.set_finished_loading(cid);
pdgui.set_window_finished_loading(cid);
} else {
// If the window is no longer loading, we need to go ahead
// and remove the reference to it in the patchwin array.
......
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