Skip to content

Commit 3ec0dd0

Browse files
committed
Fix typo in history reference
1 parent 41c2f49 commit 3ec0dd0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pace
22
====
33

4-
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.5/pace.min.js) and the
4+
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.6/pace.min.js) and the
55
[theme](http://github.hubspot.com/pace/docs/welcome/) css of your choice on your page
66
(as early as is possible), and you're done!
77

docs/welcome/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h2>What is Pace?</h2>
415415
<p style="text-align: left">No need to hook into any of your code, progress is detected automatically.</p>
416416
<br/>
417417
<h2>Download</h2>
418-
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.4.5/pace.min.js">Pace.js</a></p>
418+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.4.6/pace.min.js">Pace.js</a></p>
419419
<br/>
420420
<h2>Themes</h2>
421421
<label class="color-label" for="color-select">Enter a color:</label>

pace.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ if options.restartOnBackboneRoute
425425
setTimeout ->
426426
return unless window.Backbone?
427427

428-
Backbone.History.on 'route', (router, name) ->
428+
Backbone.history.on 'route', (router, name) ->
429429
return unless rule = options.restartOnBackboneRoute
430430

431431
if typeof rule is 'object'

pace.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pace.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pace",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Automatic page load progress bar",
55
"authors": [
66
"Zack Bloom <zbloom@hubspot.com>",

0 commit comments

Comments
 (0)