fix missing query.parse

This commit is contained in:
AJ ONeal 2017-02-21 16:36:41 -07:00
parent 4eb078424a
commit f7a57f08d9
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
(function () {
"use strict";
;(function () {
'use strict';
var loc = window.location;
var loginWinObj = window.OAUTH3_CORE.queryparse(loc.hash || loc.search);
var loginWinObj = window.OAUTH3.query.parse(loc.hash || loc.search);
var prefix = "(" + window.location.hostname + ") [.well-known/oauth3/callback.html]";
if (loginWinObj.debug) {