diff options
| author | Matias Niemelä | 2013-10-23 17:44:37 -0400 | 
|---|---|---|
| committer | Matias Niemelä | 2013-10-23 17:44:37 -0400 | 
| commit | 269bc7e51f0ae4e4230308e43db934a9fff48756 (patch) | |
| tree | 1016997dff08bbf506151c37dbdeb97e442853d3 /src/ngTouch/touch.js | |
| parent | e69c2872939cda30f13a1a8390bbc61662c12d9a (diff) | |
| download | angular.js-269bc7e51f0ae4e4230308e43db934a9fff48756.tar.bz2 | |
chore(docs): fix jsHint errors with long lines
Diffstat (limited to 'src/ngTouch/touch.js')
| -rw-r--r-- | src/ngTouch/touch.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/ngTouch/touch.js b/src/ngTouch/touch.js index 17dad196..f885307d 100644 --- a/src/ngTouch/touch.js +++ b/src/ngTouch/touch.js @@ -8,7 +8,8 @@   * # ngTouch   *   * The `ngTouch` module provides touch events and other helpers for touch-enabled devices. - * The implementation is based on jQuery Mobile touch event handling ([jquerymobile.com](http://jquerymobile.com/)). + * The implementation is based on jQuery Mobile touch event handling  + * ([jquerymobile.com](http://jquerymobile.com/)).   *   * {@installModule touch}   * | 
