From 3ea58099e4095399e4c1c79177876637dd3bbf99 Mon Sep 17 00:00:00 2001 From: Sabeeh Ul Hussnain Date: Fri, 27 Nov 2015 08:38:28 +0500 Subject: [PATCH] test updated and file renamed --- lobibox/{lobibox.js-test.ts => lobibox.js-tests.ts} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename lobibox/{lobibox.js-test.ts => lobibox.js-tests.ts} (97%) diff --git a/lobibox/lobibox.js-test.ts b/lobibox/lobibox.js-tests.ts similarity index 97% rename from lobibox/lobibox.js-test.ts rename to lobibox/lobibox.js-tests.ts index bd0ff33d2..c5fe295a8 100644 --- a/lobibox/lobibox.js-test.ts +++ b/lobibox/lobibox.js-tests.ts @@ -5,7 +5,7 @@ /// - //Run test : LobiboxTest.test() + //Run test : LobiboxTest.test() after window load event class LobiboxTest { static test() { // extending default parameters @@ -138,3 +138,7 @@ class LobiboxTest { }); } } + +window.onload = (): void => { + Notify.error("test"); +};