Skip to content

Commit c7e7c5a

Browse files
author
Matt Lee
committed
+ fixed formatting on readme
1 parent 7b48583 commit c7e7c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ by passing a `promise` to `.wait()`.
1414
The built-in `.delay()` method provided by jQuery uses the built-in queue
1515
implementation. Queues in jQuery require one of two things:
1616

17-
- function calls in the queue must be *manually* dequeued *or*
18-
- functions in the queue must support auto-dequeuing by calling the `.dequeue()` internally
17+
- function calls in the queue must be *manually* dequeued *or*
18+
- functions in the queue must support auto-dequeuing by calling the `.dequeue()` internally
1919

2020
This basically means that jQuery methods must opt-in to the queue. Most common
2121
jQuery methods do not do this, and thus ignore the queue completely. Here's an

0 commit comments

Comments
 (0)