UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

21 lines (20 loc) 458 B
/*! * CanJS - 2.3.34 * http://canjs.com/ * Copyright (c) 2018 Bitovi * Mon, 30 Apr 2018 20:56:51 GMT * Licensed MIT */ /*can-simple-dom@0.3.0#simple-dom/extend*/ steal('', function () { 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports['default'] = function (a, b) { for (var p in b) { a[p] = b[p]; } return a; }; ; module.exports = exports['default']; });