Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
55a895eb
Commit
55a895eb
authored
Dec 30, 2016
by
Jonathan Wilkes
Browse files
fix typo in method name
parent
808740f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/index.js
View file @
55a895eb
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment