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

Commit eca14d9

Browse files
committed
chore($q): make jscs happy
jscs loves to be happy and does not love trailing whitespace.
1 parent 22ecbc5 commit eca14d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ng/q.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* @requires $rootScope
77
*
88
* @description
9-
* A service that helps you run functions asynchronously, and use their return values (or exceptions)
10-
* when they are done processing.
11-
*
12-
* This is an implementation of promises/deferred objects inspired by
9+
* A service that helps you run functions asynchronously, and use their return values (or exceptions)
10+
* when they are done processing.
11+
*
12+
* This is an implementation of promises/deferred objects inspired by
1313
* [Kris Kowal's Q](https://github.com/kriskowal/q).
1414
*
1515
* $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred

0 commit comments

Comments
 (0)