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
Jonathan Wilkes
purr-data
Commits
9d4ffeb4
Commit
9d4ffeb4
authored
May 25, 2021
by
Prakhar Agarwal
🎯
Browse files
fixed is_webapp condition
parent
b605908d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
9d4ffeb4
...
...
@@ -7,7 +7,7 @@ var pd_engine_id;
function
is_webapp
(){
return
typeof
process
===
"
undefined
"
;
return
typeof
process
.
platform
===
"
undefined
"
;
}
exports
.
is_webapp
=
is_webapp
;
...
...
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