diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-05 15:42:46 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-05 15:42:46 +0100 |
commit | 3bf1846ed81b7c137a3d751400a74546f502a37b (patch) | |
tree | 6ad34a806865b9e15c572755e08b612f394477e5 /extension/background/emscriptif.js | |
parent | b459ffb4241877670fb7f820a67d959fec2d995c (diff) |
fix query abstraction
Diffstat (limited to 'extension/background/emscriptif.js')
-rw-r--r-- | extension/background/emscriptif.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extension/background/emscriptif.js b/extension/background/emscriptif.js index 83bf8b5bb..6cf22420e 100644 --- a/extension/background/emscriptif.js +++ b/extension/background/emscriptif.js @@ -13,6 +13,12 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> */ +/** + * High-level interface to emscripten-compiled modules used + * by the wallet. + * @module EmscriptIf + * @author Florian Dold + */ "use strict"; // Size of a native pointer. const PTR_SIZE = 4; |