mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
js: Cleanup debug.js example to use ES syntax.
This commit is contained in:
@@ -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();
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user