|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
251 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | 'use strict';
|
|---|
| 2 |
|
|---|
| 3 | /* eslint-env browser */
|
|---|
| 4 | var inspect = require('../');
|
|---|
| 5 |
|
|---|
| 6 | var d = document.createElement('div');
|
|---|
| 7 | d.setAttribute('id', 'beep');
|
|---|
| 8 | d.innerHTML = '<b>wooo</b><i>iiiii</i>';
|
|---|
| 9 |
|
|---|
| 10 | console.log(inspect([d, { a: 3, b: 4, c: [5, 6, [7, [8, [9]]]] }]));
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.