- Build: Update
- npm: Update devDeps.
This commit is contained in:
4
editor/external/jamilih/jml-es.js
vendored
4
editor/external/jamilih/jml-es.js
vendored
@@ -1,4 +1,6 @@
|
||||
function _typeof(obj) {
|
||||
"@babel/helpers - typeof";
|
||||
|
||||
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
||||
_typeof = function (obj) {
|
||||
return typeof obj;
|
||||
@@ -351,7 +353,7 @@ var ATTR_DOM = BOOL_ATTS.concat(['accessKey', // HTMLElement
|
||||
'value', 'willvalidate']); // Todo: Add more to this as useful for templating
|
||||
// to avoid setting through nullish value
|
||||
|
||||
var NULLABLES = ['dir', // HTMLElement
|
||||
var NULLABLES = ['autocomplete', 'dir', // HTMLElement
|
||||
'integrity', // script, link
|
||||
'lang', // HTMLElement
|
||||
'max', 'min', 'title' // HTMLElement
|
||||
|
||||
Reference in New Issue
Block a user