diff options
author | David Baker <dave@matrix.org> | 2018-10-10 20:08:55 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-10-10 20:08:55 +0100 |
commit | 82534708a35640672c812e7603a84a9f42c8b50c (patch) | |
tree | f8e9a909d9bc075fb40b968fa4c478f42ebf9668 /javascript/olm_post.js | |
parent | 2cbba061c3f0ce4d7f86c3dc2b7f7fd5f4f45ff7 (diff) | |
parent | 3cfcf1615dfe434e1aa10d5c904d537b159e1566 (diff) |
Merge remote-tracking branch 'origin/master' into dbkr/ci2
Diffstat (limited to 'javascript/olm_post.js')
-rw-r--r-- | javascript/olm_post.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/javascript/olm_post.js b/javascript/olm_post.js index 9e0294a..21ea890 100644 --- a/javascript/olm_post.js +++ b/javascript/olm_post.js @@ -463,12 +463,3 @@ olm_exports["get_library_version"] = restore_stack(function() { getValue(buf+2, 'i8'), ]; }); - -Module['onRuntimeInitialized'] = function() { - OLM_ERROR = Module['_olm_error'](); - if (onInitSuccess) onInitSuccess(); -}; - -Module['onAbort'] = function(err) { - if (onInitFail) onInitFail(err); -}; |