Skip to content

Commit

Permalink
Release v1.13.4 - Reinstate facebook display property, #440
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Aug 7, 2016
1 parent af276b8 commit 0d2bcf7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion dist/hello.all.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.13.3 | (c) 2012-2016 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.13.4 | (c) 2012-2016 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down Expand Up @@ -3312,6 +3312,9 @@ if (typeof chrome === 'object' && typeof chrome.identity === 'object' && chrome.
if (p.options.force) {
p.qs.auth_type = 'reauthenticate';
}

// Set the display value
p.qs.display = p.options.display || 'popup';
},

logout: function(callback, options) {
Expand Down
4 changes: 2 additions & 2 deletions dist/hello.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hello.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.13.3 | (c) 2012-2016 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.13.4 | (c) 2012-2016 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down
2 changes: 1 addition & 1 deletion dist/hello.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hellojs",
"version": "1.13.3",
"version": "1.13.4",
"description": "A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)",
"homepage": "https://adodson.com/hello.js",
"main": "dist/hello.all.js",
Expand Down Expand Up @@ -45,4 +45,4 @@
"shunt": "^0.1.4",
"sinon": "~1.7.3"
}
}
}

0 comments on commit 0d2bcf7

Please sign in to comment.