tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 02:44:45 +03:00
parent e692369e89
commit 7f8f180a89

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%" style="border:0"> <td width="50%" style="border:none;">
_object.js_ _object.js_
```javascript ```javascript
@ -52,7 +52,7 @@ var Base = object.Constructor('X', Array, {
``` ```
</td> </td>
<td style="border:0"> <td style="border:none;">
_ES6_ _ES6_
```javascript ```javascript