From 8c79a9b2dae1707ad61ebe64586d2011d350f9a1 Mon Sep 17 00:00:00 2001 From: Oleksandr Sergiienko Date: Mon, 10 Jul 2017 15:54:11 +0300 Subject: [PATCH 1/2] fix error because of wrong module usage: "param" instead of "queryparse" on "responseHandler" function on line 579 --- src/hello.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/hello.js b/src/hello.js index 71d081a8..2a0b0c05 100644 --- a/src/hello.js +++ b/src/hello.js @@ -21,7 +21,8 @@ const globalCallback = require('tricks/events/globalCallback'); const iframe = require('tricks/dom/hiddenFrame'); const isEmpty = require('tricks/object/isEmpty'); const merge = require('tricks/object/merge'); -const param = require('tricks/string/queryparse'); +const queryparse = require('tricks/string/queryparse'); +const param = require('tricks/string/param'); const popup = require('tricks/window/popup'); const pubsub = require('tricks/object/pubsub'); const random = require('tricks/string/random'); @@ -564,7 +565,7 @@ extend(hello.utils, { }); // Is this an auth relay message which needs to call the proxy? - p = param(location.search); + p = queryparse(location.search); // OAuth2 or OAuth1 server response? if (p && p.state && (p.code || p.oauth_token)) { @@ -588,7 +589,7 @@ extend(hello.utils, { // FACEBOOK is returning auth errors within as a query_string... thats a stickler for consistency. // SoundCloud is the state in the querystring and the token in the hashtag, so we'll mix the two together - p = merge(param(location.search || ''), param(location.hash || '')); + p = merge(queryparse(location.search || ''), queryparse(location.hash || '')); // If p.state if (p && 'state' in p) { @@ -978,7 +979,7 @@ hello.api = async function(...args) { const query = url.split(/[?#]/)[1]; if (query) { - extend(p.query, param(query)); + extend(p.query, queryparse(query)); // Remove the query part from the URL url = url.replace(/\?.*?(#|$)/, '$1'); From 81cd2ebec96950c8a8de1f35c1961017e811921c Mon Sep 17 00:00:00 2001 From: Oleksandr Sergiienko Date: Mon, 10 Jul 2017 15:54:43 +0300 Subject: [PATCH 2/2] update dist --- dist/hello.all.js | 2 +- dist/hello.all.js.map | 2 +- dist/hello.js | 2 +- dist/hello.js.map | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/hello.all.js b/dist/hello.all.js index 586bbd61..45fcc1a8 100644 --- a/dist/hello.all.js +++ b/dist/hello.all.js @@ -1,2 +1,2 @@ -/*! hellojs v2.0.0-1 | (c) 2012-2017 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).hello=t()}}(function(){return function t(e,n,r){function o(a,u){if(!n[a]){if(!e[a]){var s="function"==typeof require&&require;if(!u&&s)return s(a,!0);if(i)return i(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var f=n[a]={exports:{}};e[a][0].call(f.exports,function(t){var n=e[a][1][t];return o(n||t)},f,f.exports,t,e,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;a2?arguments[2]:void 0,f=Math.min((void 0===c?a:o(c,a))-s,a-u),l=1;for(s0;)s in n?n[u]=n[s]:delete n[u],u+=l,s+=l;return n}},{105:105,108:108,109:109}],9:[function(t,e,n){"use strict";var r=t(109),o=t(105),i=t(108);e.exports=function(t){for(var e=r(this),n=i(e.length),a=arguments.length,u=o(a>1?arguments[1]:void 0,n),s=a>2?arguments[2]:void 0,c=void 0===s?n:o(s,n);c>u;)e[u++]=t;return e}},{105:105,108:108,109:109}],10:[function(t,e,n){var r=t(37);e.exports=function(t,e){var n=[];return r(t,!1,n.push,n,e),n}},{37:37}],11:[function(t,e,n){var r=t(107),o=t(108),i=t(105);e.exports=function(t){return function(e,n,a){var u,s=r(e),c=o(s.length),f=i(a,c);if(t&&n!=n){for(;c>f;)if((u=s[f++])!=u)return!0}else for(;c>f;f++)if((t||f in s)&&s[f]===n)return t||f||0;return!t&&-1}}},{105:105,107:107,108:108}],12:[function(t,e,n){var r=t(25),o=t(45),i=t(109),a=t(108),u=t(15);e.exports=function(t,e){var n=1==t,s=2==t,c=3==t,f=4==t,l=6==t,p=5==t||l,h=e||u;return function(e,u,d){for(var m,v,y=i(e),g=o(y),b=r(u,d,3),w=a(g.length),_=0,x=n?h(e,w):s?h(e,0):void 0;w>_;_++)if((p||_ in g)&&(m=g[_],v=b(m,_,y),t))if(n)x[_]=v;else if(v)switch(t){case 3:return!0;case 5:return m;case 6:return _;case 2:x.push(m)}else if(f)return!1;return l?-1:c||f?f:x}}},{108:108,109:109,15:15,25:25,45:45}],13:[function(t,e,n){var r=t(3),o=t(109),i=t(45),a=t(108);e.exports=function(t,e,n,u,s){r(e);var c=o(t),f=i(c),l=a(c.length),p=s?l-1:0,h=s?-1:1;if(n<2)for(;;){if(p in f){u=f[p],p+=h;break}if(p+=h,s?p<0:l<=p)throw TypeError("Reduce of empty array with no initial value")}for(;s?p>=0:l>p;p+=h)p in f&&(u=e(u,f[p],p,c));return u}},{108:108,109:109,3:3,45:45}],14:[function(t,e,n){var r=t(49),o=t(47),i=t(117)("species");e.exports=function(t){var e;return o(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!o(e.prototype)||(e=void 0),r(e)&&null===(e=e[i])&&(e=void 0)),void 0===e?Array:e}},{117:117,47:47,49:49}],15:[function(t,e,n){var r=t(14);e.exports=function(t,e){return new(r(t))(e)}},{14:14}],16:[function(t,e,n){"use strict";var r=t(3),o=t(49),i=t(44),a=[].slice,u={},s=function(t,e,n){if(!(e in u)){for(var r=[],o=0;o1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(n(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!v(this,t)}}),h&&r(l.prototype,"size",{get:function(){return s(this[m])}}),l},def:function(t,e,n){var r,o,i=v(t,e);return i?i.v=n:(t._l=i={i:o=d(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=i),r&&(r.n=i),t[m]++,"F"!==o&&(t._i[o]=i)),t},getEntry:v,setStrong:function(t,e,n){f(t,e,function(t,e){this._t=t,this._k=e,this._l=void 0},function(){for(var t=this,e=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==e?l(0,n.k):"values"==e?l(0,n.v):l(0,[n.k,n.v]):(t._t=void 0,l(1))},n?"entries":"values",!n,!0),p(e)}}},{25:25,27:27,28:28,37:37,53:53,55:55,6:6,62:62,66:66,67:67,86:86,91:91}],20:[function(t,e,n){var r=t(17),o=t(10);e.exports=function(t){return function(){if(r(this)!=t)throw TypeError(t+"#toJSON isn't generic");return o(this)}}},{10:10,17:17}],21:[function(t,e,n){"use strict";var r=t(86),o=t(62).getWeak,i=t(7),a=t(49),u=t(6),s=t(37),c=t(12),f=t(39),l=c(5),p=c(6),h=0,d=function(t){return t._l||(t._l=new m)},m=function(){this.a=[]},v=function(t,e){return l(t.a,function(t){return t[0]===e})};m.prototype={get:function(t){var e=v(this,t);if(e)return e[1]},has:function(t){return!!v(this,t)},set:function(t,e){var n=v(this,t);n?n[1]=e:this.a.push([t,e])},delete:function(t){var e=p(this.a,function(e){return e[0]===t});return~e&&this.a.splice(e,1),!!~e}},e.exports={getConstructor:function(t,e,n,i){var c=t(function(t,r){u(t,c,e,"_i"),t._i=h++,t._l=void 0,void 0!=r&&s(r,n,t[i],t)});return r(c.prototype,{delete:function(t){if(!a(t))return!1;var e=o(t);return!0===e?d(this).delete(t):e&&f(e,this._i)&&delete e[this._i]},has:function(t){if(!a(t))return!1;var e=o(t);return!0===e?d(this).has(t):e&&f(e,this._i)}}),c},def:function(t,e,n){var r=o(i(e),!0);return!0===r?d(t).set(e,n):r[t._i]=n,t},ufstore:d}},{12:12,37:37,39:39,49:49,6:6,62:62,7:7,86:86}],22:[function(t,e,n){"use strict";var r=t(38),o=t(32),i=t(87),a=t(86),u=t(62),s=t(37),c=t(6),f=t(49),l=t(34),p=t(54),h=t(92),d=t(43);e.exports=function(t,e,n,m,v,y){var g=r[t],b=g,w=v?"set":"add",_=b&&b.prototype,x={},S=function(t){var e=_[t];i(_,t,"delete"==t?function(t){return!(y&&!f(t))&&e.call(this,0===t?0:t)}:"has"==t?function(t){return!(y&&!f(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return y&&!f(t)?void 0:e.call(this,0===t?0:t)}:"add"==t?function(t){return e.call(this,0===t?0:t),this}:function(t,n){return e.call(this,0===t?0:t,n),this})};if("function"==typeof b&&(y||_.forEach&&!l(function(){(new b).entries().next()}))){var k=new b,E=k[w](y?{}:-0,1)!=k,O=l(function(){k.has(1)}),j=p(function(t){new b(t)}),A=!y&&l(function(){for(var t=new b,e=5;e--;)t[w](e,e);return!t.has(-0)});j||((b=e(function(e,n){c(e,b,t);var r=d(new g,e,b);return void 0!=n&&s(n,v,r[w],r),r})).prototype=_,_.constructor=b),(O||A)&&(S("delete"),S("has"),v&&S("get")),(A||E)&&S(w),y&&_.clear&&delete _.clear}else b=m.getConstructor(e,t,v,w),a(b.prototype,n),u.NEED=!0;return h(b,t),x[t]=b,o(o.G+o.W+o.F*(b!=g),x),y||m.setStrong(b,t,v),b}},{32:32,34:34,37:37,38:38,43:43,49:49,54:54,6:6,62:62,86:86,87:87,92:92}],23:[function(t,e,n){var r=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=r)},{}],24:[function(t,e,n){"use strict";var r=t(67),o=t(85);e.exports=function(t,e,n){e in t?r.f(t,e,o(0,n)):t[e]=n}},{67:67,85:85}],25:[function(t,e,n){var r=t(3);e.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},{3:3}],26:[function(t,e,n){"use strict";var r=t(7),o=t(110);e.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return o(r(this),"number"!=t)}},{110:110,7:7}],27:[function(t,e,n){e.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},{}],28:[function(t,e,n){e.exports=!t(34)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},{34:34}],29:[function(t,e,n){var r=t(49),o=t(38).document,i=r(o)&&r(o.createElement);e.exports=function(t){return i?o.createElement(t):{}}},{38:38,49:49}],30:[function(t,e,n){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},{}],31:[function(t,e,n){var r=t(76),o=t(73),i=t(77);e.exports=function(t){var e=r(t),n=o.f;if(n)for(var a,u=n(t),s=i.f,c=0;u.length>c;)s.call(t,a=u[c++])&&e.push(a);return e}},{73:73,76:76,77:77}],32:[function(t,e,n){var r=t(38),o=t(23),i=t(40),a=t(87),u=t(25),s=function(t,e,n){var c,f,l,p,h=t&s.F,d=t&s.G,m=t&s.S,v=t&s.P,y=t&s.B,g=d?r:m?r[e]||(r[e]={}):(r[e]||{}).prototype,b=d?o:o[e]||(o[e]={}),w=b.prototype||(b.prototype={});d&&(n=e);for(c in n)l=((f=!h&&g&&void 0!==g[c])?g:n)[c],p=y&&f?u(l,r):v&&"function"==typeof l?u(Function.call,l):l,g&&a(g,c,l,t&s.U),b[c]!=l&&i(b,c,p),v&&w[c]!=l&&(w[c]=l)};r.core=o,s.F=1,s.G=2,s.S=4,s.P=8,s.B=16,s.W=32,s.U=64,s.R=128,e.exports=s},{23:23,25:25,38:38,40:40,87:87}],33:[function(t,e,n){var r=t(117)("match");e.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,!"/./"[t](e)}catch(t){}}return!0}},{117:117}],34:[function(t,e,n){e.exports=function(t){try{return!!t()}catch(t){return!0}}},{}],35:[function(t,e,n){"use strict";var r=t(40),o=t(87),i=t(34),a=t(27),u=t(117);e.exports=function(t,e,n){var s=u(t),c=n(a,s,""[t]),f=c[0],l=c[1];i(function(){var e={};return e[s]=function(){return 7},7!=""[t](e)})&&(o(String.prototype,t,f),r(RegExp.prototype,s,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)}))}},{117:117,27:27,34:34,40:40,87:87}],36:[function(t,e,n){"use strict";var r=t(7);e.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},{7:7}],37:[function(t,e,n){var r=t(25),o=t(51),i=t(46),a=t(7),u=t(108),s=t(118),c={},f={};(n=e.exports=function(t,e,n,l,p){var h,d,m,v,y=p?function(){return t}:s(t),g=r(n,l,e?2:1),b=0;if("function"!=typeof y)throw TypeError(t+" is not iterable!");if(i(y)){for(h=u(t.length);h>b;b++)if((v=e?g(a(d=t[b])[0],d[1]):g(t[b]))===c||v===f)return v}else for(m=y.call(t);!(d=m.next()).done;)if((v=o(m,g,d.value,e))===c||v===f)return v}).BREAK=c,n.RETURN=f},{108:108,118:118,25:25,46:46,51:51,7:7}],38:[function(t,e,n){var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},{}],39:[function(t,e,n){var r={}.hasOwnProperty;e.exports=function(t,e){return r.call(t,e)}},{}],40:[function(t,e,n){var r=t(67),o=t(85);e.exports=t(28)?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},{28:28,67:67,85:85}],41:[function(t,e,n){e.exports=t(38).document&&document.documentElement},{38:38}],42:[function(t,e,n){e.exports=!t(28)&&!t(34)(function(){return 7!=Object.defineProperty(t(29)("div"),"a",{get:function(){return 7}}).a})},{28:28,29:29,34:34}],43:[function(t,e,n){var r=t(49),o=t(90).set;e.exports=function(t,e,n){var i,a=e.constructor;return a!==n&&"function"==typeof a&&(i=a.prototype)!==n.prototype&&r(i)&&o&&o(t,i),t}},{49:49,90:90}],44:[function(t,e,n){e.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},{}],45:[function(t,e,n){var r=t(18);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},{18:18}],46:[function(t,e,n){var r=t(56),o=t(117)("iterator"),i=Array.prototype;e.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},{117:117,56:56}],47:[function(t,e,n){var r=t(18);e.exports=Array.isArray||function(t){return"Array"==r(t)}},{18:18}],48:[function(t,e,n){var r=t(49),o=Math.floor;e.exports=function(t){return!r(t)&&isFinite(t)&&o(t)===t}},{49:49}],49:[function(t,e,n){e.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},{}],50:[function(t,e,n){var r=t(49),o=t(18),i=t(117)("match");e.exports=function(t){var e;return r(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},{117:117,18:18,49:49}],51:[function(t,e,n){var r=t(7);e.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&r(i.call(t)),e}}},{7:7}],52:[function(t,e,n){"use strict";var r=t(66),o=t(85),i=t(92),a={};t(40)(a,t(117)("iterator"),function(){return this}),e.exports=function(t,e,n){t.prototype=r(a,{next:o(1,n)}),i(t,e+" Iterator")}},{117:117,40:40,66:66,85:85,92:92}],53:[function(t,e,n){"use strict";var r=t(58),o=t(32),i=t(87),a=t(40),u=t(39),s=t(56),c=t(52),f=t(92),l=t(74),p=t(117)("iterator"),h=!([].keys&&"next"in[].keys()),d=function(){return this};e.exports=function(t,e,n,m,v,y,g){c(n,e,m);var b,w,_,x=function(t){if(!h&&t in O)return O[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",k="values"==v,E=!1,O=t.prototype,j=O[p]||O["@@iterator"]||v&&O[v],A=j||x(v),P=v?k?x("entries"):A:void 0,I="Array"==e?O.entries||j:j;if(I&&(_=l(I.call(new t)))!==Object.prototype&&(f(_,S,!0),r||u(_,p)||a(_,p,d)),k&&j&&"values"!==j.name&&(E=!0,A=function(){return j.call(this)}),r&&!g||!h&&!E&&O[p]||a(O,p,A),s[e]=A,s[S]=d,v)if(b={values:k?A:x("values"),keys:y?A:x("keys"),entries:P},g)for(w in b)w in O||i(O,w,b[w]);else o(o.P+o.F*(h||E),e,b);return b}},{117:117,32:32,39:39,40:40,52:52,56:56,58:58,74:74,87:87,92:92}],54:[function(t,e,n){var r=t(117)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(t){}e.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},t(i)}catch(t){}return n}},{117:117}],55:[function(t,e,n){e.exports=function(t,e){return{value:e,done:!!t}}},{}],56:[function(t,e,n){e.exports={}},{}],57:[function(t,e,n){var r=t(76),o=t(107);e.exports=function(t,e){for(var n,i=o(t),a=r(i),u=a.length,s=0;u>s;)if(i[n=a[s++]]===e)return n}},{107:107,76:76}],58:[function(t,e,n){e.exports=!1},{}],59:[function(t,e,n){var r=Math.expm1;e.exports=!r||r(10)>22025.465794806718||r(10)<22025.465794806718||-2e-17!=r(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:r},{}],60:[function(t,e,n){e.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},{}],61:[function(t,e,n){e.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},{}],62:[function(t,e,n){var r=t(114)("meta"),o=t(49),i=t(39),a=t(67).f,u=0,s=Object.isExtensible||function(){return!0},c=!t(34)(function(){return s(Object.preventExtensions({}))}),f=function(t){a(t,r,{value:{i:"O"+ ++u,w:{}}})},l=e.exports={KEY:r,NEED:!1,fastKey:function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,r)){if(!s(t))return"F";if(!e)return"E";f(t)}return t[r].i},getWeak:function(t,e){if(!i(t,r)){if(!s(t))return!0;if(!e)return!1;f(t)}return t[r].w},onFreeze:function(t){return c&&l.NEED&&s(t)&&!i(t,r)&&f(t),t}}},{114:114,34:34,39:39,49:49,67:67}],63:[function(t,e,n){var r=t(149),o=t(32),i=t(94)("metadata"),a=i.store||(i.store=new(t(255))),u=function(t,e,n){var o=a.get(t);if(!o){if(!n)return;a.set(t,o=new r)}var i=o.get(e);if(!i){if(!n)return;o.set(e,i=new r)}return i};e.exports={store:a,map:u,has:function(t,e,n){var r=u(e,n,!1);return void 0!==r&&r.has(t)},get:function(t,e,n){var r=u(e,n,!1);return void 0===r?void 0:r.get(t)},set:function(t,e,n,r){u(n,r,!0).set(t,e)},keys:function(t,e){var n=u(t,e,!1),r=[];return n&&n.forEach(function(t,e){r.push(e)}),r},key:function(t){return void 0===t||"symbol"==typeof t?t:String(t)},exp:function(t){o(o.S,"Reflect",t)}}},{149:149,255:255,32:32,94:94}],64:[function(t,e,n){var r=t(38),o=t(104).set,i=r.MutationObserver||r.WebKitMutationObserver,a=r.process,u=r.Promise,s="process"==t(18)(a);e.exports=function(){var t,e,n,c=function(){var r,o;for(s&&(r=a.domain)&&r.exit();t;){o=t.fn,t=t.next;try{o()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(s)n=function(){a.nextTick(c)};else if(i){var f=!0,l=document.createTextNode("");new i(c).observe(l,{characterData:!0}),n=function(){l.data=f=!f}}else if(u&&u.resolve){var p=u.resolve();n=function(){p.then(c)}}else n=function(){o.call(r,c)};return function(r){var o={fn:r,next:void 0};e&&(e.next=o),t||(t=o,n()),e=o}}},{104:104,18:18,38:38}],65:[function(t,e,n){"use strict";var r=t(76),o=t(73),i=t(77),a=t(109),u=t(45),s=Object.assign;e.exports=!s||t(34)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=s({},t)[n]||Object.keys(s({},e)).join("")!=r})?function(t,e){for(var n=a(t),s=arguments.length,c=1,f=o.f,l=i.f;s>c;)for(var p,h=u(arguments[c++]),d=f?r(h).concat(f(h)):r(h),m=d.length,v=0;m>v;)l.call(h,p=d[v++])&&(n[p]=h[p]);return n}:s},{109:109,34:34,45:45,73:73,76:76,77:77}],66:[function(t,e,n){var r=t(7),o=t(68),i=t(30),a=t(93)("IE_PROTO"),u=function(){},s=function(){var e,n=t(29)("iframe"),r=i.length;for(n.style.display="none",t(41).appendChild(n),n.src="javascript:",(e=n.contentWindow.document).open(),e.write("