aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/JsApi.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-12 04:05:12 +0300
committerRblSb <msrblsb@gmail.com>2020-05-12 04:05:12 +0300
commit9b960a699739c17179cdb1d5c9c9cb3efa912ebe (patch)
treebd8c58a6e282f138dcbf5fd4c0ae4e1968ffb9f6 /src/client/JsApi.hx
parentddffbe0267cf7b69b5d49825daa4b4bfa9096e6e (diff)
m3u8 support
Diffstat (limited to 'src/client/JsApi.hx')
-rw-r--r--src/client/JsApi.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/JsApi.hx b/src/client/JsApi.hx
index 8a6315c..071dbee 100644
--- a/src/client/JsApi.hx
+++ b/src/client/JsApi.hx
@@ -36,7 +36,7 @@ class JsApi {
}
@:expose
- static function addScriptToHead(url:String, ?onLoaded:()->Void):Void {
+ public static function addScriptToHead(url:String, ?onLoaded:()->Void):Void {
var script = document.createScriptElement();
script.type = "text/javascript";
script.onload = onLoaded;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage