diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-11 10:32:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-11 10:32:42 -0700 |
commit | 41a99b287182ea2870d51665c224ef6c315132ab (patch) | |
tree | ac0b8013875e82ab07ddbe58716a3f6098346b3b /src/library_browser.js | |
parent | 9d720befae4ae24ad49b1c814ab947dd090a0b32 (diff) |
remove GENERATING_HTML, it was confusing and gave little or no benefit
Diffstat (limited to 'src/library_browser.js')
-rw-r--r-- | src/library_browser.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library_browser.js b/src/library_browser.js index 7a698f8a..59d37336 100644 --- a/src/library_browser.js +++ b/src/library_browser.js @@ -1,7 +1,6 @@ //"use strict"; // Utilities for browser environments -// Note: see GENERATING_HTML in settings.js mergeInto(LibraryManager.library, { $Browser__postset: 'Module["requestFullScreen"] = function() { Browser.requestFullScreen() };\n', // export requestFullScreen |