Skip to content

Commit 7918bcc

Browse files
Bump to v0.3.5
1 parent 2ab8461 commit 7918bcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/scripts/services/endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endpointClient.factory('Endpoint', function(AccessToken, $location) {
2020

2121
url = params.site +
2222
params.authorizePath +
23-
appendChar + 'response_type='+ params.responseType + '&' +
23+
appendChar + 'response_type=' + params.responseType + '&' +
2424
'client_id=' + encodeURIComponent(params.clientId) + '&' +
2525
'redirect_uri=' + encodeURIComponent(params.redirectUri) + '&' +
2626
'scope=' + oAuthScope + '&' +

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth-ng",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"main": [
55
"dist/oauth-ng.js",
66
"dist/views/templates/default"

dist/oauth-ng.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* oauth-ng - v0.3.4 - 2014-11-29 */
1+
/* oauth-ng - v0.3.5 - 2014-11-29 */
22

33
'use strict';
44

@@ -207,7 +207,7 @@ endpointClient.factory('Endpoint', function(AccessToken, $location) {
207207

208208
url = params.site +
209209
params.authorizePath +
210-
appendChar + 'response_type='+ params.responseType + '&' +
210+
appendChar + 'response_type=' + params.responseType + '&' +
211211
'client_id=' + encodeURIComponent(params.clientId) + '&' +
212212
'redirect_uri=' + encodeURIComponent(params.redirectUri) + '&' +
213213
'scope=' + oAuthScope + '&' +

0 commit comments

Comments
 (0)