mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Clog to output in the browser console (#28667)
This commit is contained in:
parent
8357fccb47
commit
91fa7b712b
4 changed files with 6 additions and 6 deletions
|
@ -19,6 +19,6 @@
|
|||
|
||||
import { clog } from './clog';
|
||||
|
||||
export const commonFunctions = [
|
||||
export const browserFunctions = [
|
||||
clog,
|
||||
];
|
|
@ -17,4 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import '../common/register';
|
||||
import { browserFunctions } from './index';
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
browserFunctions.forEach(canvas.register);
|
||||
|
|
|
@ -17,7 +17,4 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import { commonFunctions } from './index';
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
commonFunctions.forEach(canvas.register);
|
||||
import '../common/register';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue