From ce1de0dd8fe921e340e32bdfd1415cdec0f1a8d5 Mon Sep 17 00:00:00 2001 From: jsers Date: Mon, 13 Jul 2015 16:14:52 +0800 Subject: [PATCH 1/2] Update way.js --- way.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/way.js b/way.js index f79fdde..3039c9f 100644 --- a/way.js +++ b/way.js @@ -1650,7 +1650,7 @@ timeoutInput = setTimeout(function() { var element = w.dom(e.target).get(0); way.dom(element).toStorage(); - }, way.options.timeout); + }, way.options.timeoutInput); } var eventClear = function(e) { From 2bbea039d1729ac935829941aba56231b6b657d5 Mon Sep 17 00:00:00 2001 From: jsers Date: Thu, 15 Oct 2015 16:56:00 +0800 Subject: [PATCH 2/2] Create .coveralls.yml --- .coveralls.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..71d4253 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-pro +repo_token: rEKPe9rkyyKU1GOKTuMtCwm3PYNpjsjrJ