Sha256: 256d4e60d3c9ddaa7b5b7b98ed858e69440c4f42588e44e3cc6e6e3917bacd9c

Contents?: true

Size: 692 Bytes

Versions: 84

Compression:

Stored size: 692 Bytes

Contents

if (typeof Object.assign != 'function') {
  (function () {
    Object.assign = function (target) {
      'use strict';
      if (target === undefined || target === null) {
        throw new TypeError('Cannot convert undefined or null to object');
      }

      var output = Object(target);
      for (var index = 1; index < arguments.length; index++) {
        var source = arguments[index];
        if (source !== undefined && source !== null) {
          for (var nextKey in source) {
            if (Object.prototype.hasOwnProperty.call(source, nextKey)) {
              output[nextKey] = source[nextKey];
            }
          }
        }
      }
      return output;
    };
  })();
}

Version data entries

84 entries across 84 versions & 8 rubygems

Version Path
rest-ftp-daemon-0.424.3 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
dpn_swagger_engine-2.0.0.rc app/assets/javascripts/swagger_engine/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.424.2 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.424.0 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.423.3 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.423.2 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.423.1 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.423.0 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.422.0 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.421.1 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.421.0 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.420.2 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.420.1 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.410.5 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.410.4 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
openapi-rails-0.3.2 app/assets/javascripts/openapi/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.410.2 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.410.1 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
rest-ftp-daemon-0.410.0.pre.1 lib/rest-ftp-daemon/static/swagger/lib/object-assign-pollyfill.js
openapi-rails-0.3.1 app/assets/javascripts/openapi/lib/object-assign-pollyfill.js