From b994bed825652498bc036b0d829d4eeb95d79782 Mon Sep 17 00:00:00 2001 From: Rohit Paul <113459757+RohitPaul0007@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:00:21 +0530 Subject: [PATCH] Update boilerplate.js --- plugins/boilerplate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/boilerplate.js b/plugins/boilerplate.js index 79452977..51030de2 100644 --- a/plugins/boilerplate.js +++ b/plugins/boilerplate.js @@ -1,7 +1,7 @@ (function() { 'use strict'; - var boilerplatePlugin = (function BoilerplatePluginClosure() { + let boilerplatePlugin = (function BoilerplatePluginClosure() { function BoilerplateStore(config) { this._coordinator = {}; @@ -42,4 +42,4 @@ h337.register('boilerplate', boilerplatePlugin); -}()); \ No newline at end of file +}());