implicit -> core

This commit is contained in:
AJ ONeal 2017-03-02 00:44:14 -07:00
parent 96a105c5f2
commit a2a6a9bcb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
;(function (exports) {
'use strict';
var OAUTH3 = exports.OAUTH3 = exports.OAUTH3 || require('./oauth3.implicit.js').OAUTH3;
var OAUTH3 = exports.OAUTH3 = exports.OAUTH3 || require('./oauth3.core.js').OAUTH3;
OAUTH3._base64.btoa = function (b64) {
// http://stackoverflow.com/questions/9677985/uncaught-typeerror-illegal-invocation-in-chrome