Skip to content

Commit d2a93c8

Browse files
committed
Enhance comment
1 parent 3e67bb9 commit d2a93c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pyjs/pre_js/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _mock_webbrowser():
276276
window.open(url)
277277
except ImportError:
278278
# Assuming we're in a web worker
279-
# This is sent to the main thread, which will do the window.open
279+
# This is sent to the main thread, which will do the window.open if implemented
280280
obj = pyjs.js.Function("url","n",
281281
"""
282282
return {'OPEN_TAB':{'url': url, 'new': n}}

0 commit comments

Comments
 (0)