diff --git a/src/touch-action.js b/src/touch-action.js index c0df3f74..a6f06d76 100644 --- a/src/touch-action.js +++ b/src/touch-action.js @@ -1,9 +1,14 @@ +/* + * Copyright 2013 The Polymer Authors. All rights reserved. + * Use of this source code is governed by a BSD-style + * license that can be found in the LICENSE file. + */ (function() { function selector(v) { return '[touch-action="' + v + '"]'; } function rule(v) { - return '{ -ms-touch-action: ' + v + '; touch-action: ' + v + '; }'; + return '{ -ms-touch-action: ' + v + '; touch-action: ' + v + '; touch-action-delay: none; }'; } var attrib2css = [ 'none',