From 13dacf870ac6a907cc90e30cf2fba63f6f495642 Mon Sep 17 00:00:00 2001 From: Amirouche Date: Sun, 25 Nov 2018 19:10:35 +0100 Subject: [PATCH] js/exported_functions.json: make it proper json --- js/exported_functions.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/exported_functions.json b/js/exported_functions.json index da719553..8b97a5c1 100644 --- a/js/exported_functions.json +++ b/js/exported_functions.json @@ -1,5 +1,4 @@ [ - '_main', - '_sexp_resume' + "_main", + "_sexp_resume" ] -