From e231ba0ed5ee236334e911e3c8e7e43c85180713 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 30 Jan 2014 12:28:11 -0600 Subject: [PATCH] correct reference to hammer.js --- js/utils/gestures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/gestures.js b/js/utils/gestures.js index 782e4e2182..2cedc759ea 100644 --- a/js/utils/gestures.js +++ b/js/utils/gestures.js @@ -2,7 +2,7 @@ * Simple gesture controllers with some common gestures that emit * gesture events. * - * Ported from github.com/EightMedia/ionic.Gestures.js - thanks! + * Ported from github.com/EightMedia/hammer.js Gestures - thanks! */ (function(ionic) {