can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
32 lines (31 loc) • 681 B
JavaScript
/*!
* 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/void-map*/
steal('', function () {
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
exports['default'] = {
AREA: true,
BASE: true,
BR: true,
COL: true,
COMMAND: true,
EMBED: true,
HR: true,
IMG: true,
INPUT: true,
KEYGEN: true,
LINK: true,
META: true,
PARAM: true,
SOURCE: true,
TRACK: true,
WBR: true
};
module.exports = exports['default'];
});