- l10n: Add zh-CN dist files
- Linting (ESLint): Add back `no-console`; while useful for debugging, could flag incomplete code (and was breaking at reporting of unused directives) - Docs (CHANGES): Add changes and apply more formal style - Build: Rebuild with updated Babel/Rollup - npm: Update devDeps
This commit is contained in:
12
dist/extensions/imagelib/openclipart.js
vendored
12
dist/extensions/imagelib/openclipart.js
vendored
@@ -3146,9 +3146,11 @@
|
||||
}, _callee2, this);
|
||||
}));
|
||||
|
||||
return function click(_x2) {
|
||||
function click(_x2) {
|
||||
return _click.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
return click;
|
||||
}()
|
||||
}
|
||||
}, [// If we wanted interactive versions despite security risk:
|
||||
@@ -3254,9 +3256,11 @@
|
||||
}, _callee, this);
|
||||
}));
|
||||
|
||||
return function $submit() {
|
||||
function $submit() {
|
||||
return _$submit.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
return $submit;
|
||||
}()
|
||||
},
|
||||
$on: {
|
||||
|
||||
Reference in New Issue
Block a user