From 2e5b45cfa14b825eafb714b47a87714daaaceb0d Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Fri, 30 May 2014 17:48:35 -0700 Subject: [PATCH] print dressing --- examples/currentAPI.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/currentAPI.js b/examples/currentAPI.js index eb5dc3191e..30b24910f9 100644 --- a/examples/currentAPI.js +++ b/examples/currentAPI.js @@ -10,7 +10,7 @@ // var array = []; -var buffer = ""; +var buffer = "\n\n\n\n\n======= JS API list ======="; function listKeys(string, object) { if (string == "listKeys" || string == "array" || string == "buffer" || string == "i") { return; @@ -37,5 +37,6 @@ array.sort(); for (var i = 0; i < array.length; ++i) { buffer = buffer + "\n" + array[i]; } +buffer = buffer + "\n========= API END =========\n\n\n\n\n"; print(buffer);