test updated and file renamed

This commit is contained in:
Sabeeh Ul Hussnain
2015-11-27 08:38:28 +05:00
parent e020d6b8a1
commit 3ea58099e4
@@ -5,7 +5,7 @@
///<reference path="../jquery/jquery.d.ts"/>
//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");
};