Skip to content

Commit

Permalink
Add ignoredURLs doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Bloom committed Mar 5, 2014
1 parent 81859ff commit d38000e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,16 @@ Pace.track(function(){
});
```

You can also ignore URLs based on a pattern:

```javascript
Pace.options = {
ajax: {
ignoredURLs: ['some-substring', /some-regexp/]
}
}
```

Dependencies
------------

Expand Down

0 comments on commit d38000e

Please sign in to comment.