@khanacademy/kas 0.3.12 → 0.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/index.js CHANGED
@@ -3,7 +3,7 @@ import _ from 'underscore';
3
3
 
4
4
  // This file is processed by a Rollup plugin (replace) to inject the production
5
5
  const libName = "@khanacademy/kas";
6
- const libVersion = "0.3.12";
6
+ const libVersion = "0.3.14";
7
7
  addLibraryVersionToPerseusDebug(libName, libVersion);
8
8
 
9
9
  // this is a @generated file
@@ -5818,18 +5818,13 @@ const Zero = Num.Zero;
5818
5818
  const One = Num.One;
5819
5819
 
5820
5820
  function _extends() {
5821
- _extends = Object.assign ? Object.assign.bind() : function (target) {
5822
- for (var i = 1; i < arguments.length; i++) {
5823
- var source = arguments[i];
5824
- for (var key in source) {
5825
- if (Object.prototype.hasOwnProperty.call(source, key)) {
5826
- target[key] = source[key];
5827
- }
5828
- }
5821
+ return _extends = Object.assign ? Object.assign.bind() : function (n) {
5822
+ for (var e = 1; e < arguments.length; e++) {
5823
+ var t = arguments[e];
5824
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
5829
5825
  }
5830
- return target;
5831
- };
5832
- return _extends.apply(this, arguments);
5826
+ return n;
5827
+ }, _extends.apply(null, arguments);
5833
5828
  }
5834
5829
 
5835
5830
  // Assumes that both expressions have already been parsed