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.
1 parent 076af21 commit 6eb88c4Copy full SHA for 6eb88c4
unbxdSearch.js
@@ -1,7 +1,7 @@
1
//uglifyjs unbxdSearch.js -o unbxdSearch.min.js && gzip -c unbxdSearch.min.js > unbxdSearch.min.js.gz && aws s3 cp unbxdSearch.min.js.gz s3://unbxd/unbxdSearch.js --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-encoding gzip --cache-control max-age=3600
2
var unbxdSearchInit = function(jQuery, Handlebars){
3
window.Unbxd = window.Unbxd || {};
4
- Unbxd.jsSdkVersion = "1.0.4";
+ Unbxd.jsSdkVersion = "1.0.5";
5
6
// Production steps of ECMA-262, Edition 5, 15.4.4.14
7
// Reference: http://es5.github.io/#x15.4.4.14
0 commit comments