From 60385366f04fb08c88a6c833ded440755a1f8715 Mon Sep 17 00:00:00 2001 From: BIraj Date: Tue, 10 Mar 2020 12:49:33 +1200 Subject: [PATCH] js: Cleanup debug.js example to use ES syntax. --- static/js/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/debug.js b/static/js/debug.js index f8847e4855..b028215eec 100644 --- a/static/js/debug.js +++ b/static/js/debug.js @@ -68,7 +68,7 @@ export function check_duplicate_ids() { * * Example: * - * var ip = new debug.IterationProfiler(); + * let ip = new debug.IterationProfiler(); * _.each(myarray, function (elem) { * ip.iteration_start(); *