From 930727eb28d8c851741e581ec370c8139cac72df Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 8 Oct 2019 23:43:02 +0900 Subject: [PATCH] apply code suggestions Co-Authored-By: Vasily --- src/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle.js b/src/bundle.js index 0bb0028071..86e10aab7d 100644 --- a/src/bundle.js +++ b/src/bundle.js @@ -27,7 +27,7 @@ _define("howler", function() { return howler; }); // shaka var shaka = require("shaka-player"); -_define("shaka", function() { return shaka }); +_define("shaka", function() { return shaka; }); // swiper var swiper = require("swiper");