diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-07-16 20:57:52 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-07-16 20:57:52 -0700 |
commit | ab56efe76e94a0508d3983e9430e2aa18b1e2667 (patch) | |
tree | fa09903a81b61b1dbfb2f6e148e3d23e78b87607 /src/library_browser.js | |
parent | 7cfc95807c12a3351c640ad5dde954cba1d3ea4d (diff) |
refactor and simplify library loading in order to make type info available there
Diffstat (limited to 'src/library_browser.js')
-rw-r--r-- | src/library_browser.js | 2 |
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. |