Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f90395a

Browse filesBrowse files
Merge pull request #7592 from livecodeian/bugfix-21615-remove_template_literal
[[ Bug 21615 ]] Fix emscripten release build error
2 parents 1a1f5ab + 045fbe4 commit f90395a
Copy full SHA for f90395a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎engine/src/em-event.js

Copy file name to clipboardExpand all lines: engine/src/em-event.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ mergeInto(LibraryManager.library, {
131131
});
132132

133133
// Add listener for changes to device pixel ratio
134-
var matchQuery = `(resolution: ${window.devicePixelRatio}dppx)`;
134+
var matchQuery = "(resolution: " + window.devicePixelRatio + "dppx)";
135135
window.matchMedia(matchQuery).addListener(LiveCodeEvents._handleDevicePixelRatioChanged);
136136

137137
LiveCodeEvents._initialised = true;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.