tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 02:42:26 +03:00
parent 9b9fccf0ef
commit e692369e89

View File

@ -28,7 +28,7 @@ Disadvantages compared to the `class` syntax:
<table border="0"> <table border="0">
<tr valign="top"> <tr valign="top">
<td width="50%" border="0"> <td width="50%" style="border:0">
_object.js_ _object.js_
```javascript ```javascript
@ -52,7 +52,7 @@ var Base = object.Constructor('X', Array, {
``` ```
</td> </td>
<td border="0"> <td style="border:0">
_ES6_ _ES6_
```javascript ```javascript