You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/InkBall.Module/wwwroot/js/inkball.Bundle.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
240
240
241
241
function_createForOfIteratorHelper(o,allowArrayLike){varit=typeofSymbol!=="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeofo.length==="number"){if(it)o=it;vari=0;varF=functionF(){};return{s: F,n: functionn(){if(i>=o.length)return{done: true};return{done: false,value: o[i++]};},e: functione(_e2){throw_e2;},f: F};}thrownewTypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}varnormalCompletion=true,didErr=false,err;return{s: functions(){it=it.call(o);},n: functionn(){varstep=it.next();normalCompletion=step.done;returnstep;},e: functione(_e3){didErr=true;err=_e3;},f: functionf(){try{if(!normalCompletion&&it.return!=null)it.return();}finally{if(didErr)throwerr;}}};}
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,writable: true,configurable: true}});if(superClass)_setPrototypeOf(subClass,superClass);}
261
+
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,writable: true,configurable: true}});Object.defineProperty(subClass,"prototype",{writable: false});if(superClass)_setPrototypeOf(subClass,superClass);}
0 commit comments