From 8b698cb8bb9f94b34168f613afe9cf171d69e65f Mon Sep 17 00:00:00 2001 From: Sabeeh Ul Hussnain Date: Sun, 22 Nov 2015 23:48:55 +0500 Subject: [PATCH] updated lobibox test code --- lobibox/lobibox.js-test.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lobibox/lobibox.js-test.ts b/lobibox/lobibox.js-test.ts index 6060ac175..b4fea7a14 100644 --- a/lobibox/lobibox.js-test.ts +++ b/lobibox/lobibox.js-test.ts @@ -1,12 +1,14 @@ /** * Created by itboy on 11/22/2015. */ - /// + /// /// - //extending default parameters + // run test by calling + // LobiboxTest.test(); class LobiboxTest { static test() { + //extending default parameters Lobibox.notify.DEFAULTS = $.extend({}, Lobibox.notify.DEFAULTS, { //override any options from default options delay: false,