From 068255df07129d6fdcfd15b431147b23811c7282 Mon Sep 17 00:00:00 2001 From: Umut Sirin Date: Mon, 8 Aug 2016 09:34:06 -0700 Subject: [PATCH 1/2] Don't include a background image --- lib/styles/default/kd.input.styl | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/styles/default/kd.input.styl b/lib/styles/default/kd.input.styl index 9f45e6fe..a71c8bc0 100644 --- a/lib/styles/default/kd.input.styl +++ b/lib/styles/default/kd.input.styl @@ -190,7 +190,6 @@ KDInputView > KDSwitch styles } .kdinputswitch - background transparent url("../images/switch_anim_orange_large1.png") no-repeat left bottom overflow hidden margin 3px cursor pointer From 6e9229512367a3f9d7cced2ffd27339a9e5d6901 Mon Sep 17 00:00:00 2001 From: Umut Sirin Date: Tue, 9 Aug 2016 17:36:25 -0700 Subject: [PATCH 2/2] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6ed4bdc..522c70e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kd.js", - "version": "1.1.24", + "version": "1.1.25", "description": "a collection of ui widgets and other nice things", "main": "build/lib/index.js", "scripts": {