touch_action 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
var head = document.getElementsByTagName('head')[0];
|
17
17
|
var script = document.createElement('script');
|
18
18
|
script.type = 'text/javascript';
|
19
|
-
script.src = "//
|
19
|
+
script.src = "//cdnjs.cloudflare.com/ajax/libs/yui/3.18.0/yui/yui-min.js";
|
20
20
|
|
21
21
|
script.onreadystatechange = execute_gesture;
|
22
22
|
script.onload = execute_gesture;
|
data/lib/touch_action/version.rb
CHANGED