diff options
Diffstat (limited to 'src/ngMobile/mobile.js')
| -rw-r--r-- | src/ngMobile/mobile.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ngMobile/mobile.js b/src/ngMobile/mobile.js index c8fd8843..daa28f5b 100644 --- a/src/ngMobile/mobile.js +++ b/src/ngMobile/mobile.js @@ -4,13 +4,10 @@ * @ngdoc overview * @name ngMobile * @description - */ - -/* - * Touch events and other mobile helpers by Braden Shepherdson (braden.shepherdson@gmail.com) + * Touch events and other mobile helpers. * Based on jQuery Mobile touch event handling (jquerymobile.com) */ -// define ngSanitize module and register $sanitize service +// define ngMobile module var ngMobile = angular.module('ngMobile', []); |
