We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cd379f + 498c3a8 commit 50ade14Copy full SHA for 50ade14
pace.coffee
@@ -174,7 +174,8 @@ class Evented
174
else
175
i++
176
177
-window.Pace ?= {}
+Pace = window.Pace or {}
178
+window.Pace = Pace
179
180
extend Pace, Evented::
181
package.json
@@ -7,6 +7,11 @@
7
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
8
],
9
"license": "MIT",
10
+ "main": "pace.js",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git://github.com/HubSpot/pace.git"
14
+ },
15
"devDependencies": {
16
"grunt-contrib-coffee": "~0.7.0",
17
"coffee-script": "~1.6.3",
0 commit comments