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

Commit 269bc7e

Browse files
committed
chore(docs): fix jsHint errors with long lines
1 parent e69c287 commit 269bc7e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/ngResource/resource.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ var $resourceMinErr = angular.$$minErr('$resource');
99
*
1010
* # ngResource
1111
*
12-
* The `ngResource` module provides interaction support with RESTful services via the $resource service.
12+
* The `ngResource` module provides interaction support with RESTful services
13+
* via the $resource service.
1314
*
1415
* {@installModule resource}
1516
*

src/ngTouch/touch.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
* # ngTouch
99
*
1010
* The `ngTouch` module provides touch events and other helpers for touch-enabled devices.
11-
* The implementation is based on jQuery Mobile touch event handling ([jquerymobile.com](http://jquerymobile.com/)).
11+
* The implementation is based on jQuery Mobile touch event handling
12+
* ([jquerymobile.com](http://jquerymobile.com/)).
1213
*
1314
* {@installModule touch}
1415
*

0 commit comments

Comments
 (0)