poly-js-utils
Advanced tools
Comparing version 1.1.5 to 1.2.0
{ | ||
"name": "poly-js-utils", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"description": "Common client-side tools used in HSS Sites themes and locators.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -38,2 +38,10 @@ # Poly JS Utils | ||
### Asynchronous Raven | ||
To use an asynchronous version of Raven, follow these two steps: | ||
1. gulp include the srv/raven-async.js file from this package | ||
2. call Raven.config().load() as normal | ||
You can optionally define a string variable named 'ravenOverrideVersion' before the include which will override the version specified in this library's source code. | ||
### JSContext | ||
@@ -40,0 +48,0 @@ |
94527
29
2035
491