From 6346b839531a01ef6776e0077564bb21982795a3 Mon Sep 17 00:00:00 2001 From: Tim Dresser Date: Tue, 29 Apr 2014 11:27:34 -0400 Subject: [PATCH] Working with touch absorption and first touch-move disposition change. --- bower.json | 4 +- index.html | 5 +- polymer-p2r.html | 6 +- polymer-p2r.js | 362 +++++++++++++++++++++++++++-------------------- 4 files changed, 219 insertions(+), 158 deletions(-) diff --git a/bower.json b/bower.json index 24f603c..fad9402 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "tests" ], "dependencies": { - "platform": "Polymer/platform#~0.2.0", - "polymer": "Polymer/polymer#~0.2.0" + "platform": "Polymer/platform#~0.2.2", + "polymer": "Polymer/polymer#~0.2.2" } } diff --git a/index.html b/index.html index ce95258..3e7265e 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Polymer Pull to Refresh demo