Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(docs): fix jsHint errors with long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
matsko committed Oct 23, 2013
1 parent e69c287 commit 269bc7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ngResource/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ var $resourceMinErr = angular.$$minErr('$resource');
*
* # ngResource
*
* The `ngResource` module provides interaction support with RESTful services via the $resource service.
* The `ngResource` module provides interaction support with RESTful services
* via the $resource service.
*
* {@installModule resource}
*
Expand Down
3 changes: 2 additions & 1 deletion src/ngTouch/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
*
Expand Down

0 comments on commit 269bc7e

Please sign in to comment.