aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library_browser.js')
-rw-r--r--src/library_browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_browser.js b/src/library_browser.js
index d24854f9..c4d1d768 100644
--- a/src/library_browser.js
+++ b/src/library_browser.js
@@ -1,6 +1,6 @@
// Utilities for browser environments
-mergeInto(Library, {
+mergeInto(LibraryManager.library, {
$Browser: {
// Given binary data for an image, in a format like PNG or JPG, we convert it
// to flat pixel data. We do so using the browser's native code.