diff options
author | alon@honor <none@none> | 2010-09-04 22:57:05 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-04 22:57:05 -0700 |
commit | 1546cdbebe51b17b0f060f3feafd247e9d00f617 (patch) | |
tree | f139edf43faa44ef7386915796a53d9b34f76a46 /src/snippets.js | |
parent | cd668dc906a4225032273b47f4745756fa8c0aed (diff) |
atexit alias
Diffstat (limited to 'src/snippets.js')
-rw-r--r-- | src/snippets.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/snippets.js b/src/snippets.js index a97321f9..b9f6267f 100644 --- a/src/snippets.js +++ b/src/snippets.js @@ -17,3 +17,6 @@ var Snippets = { }, }; +// Synonyms +Snippets.___cxa_atexit = Snippets._atexit; + |