fix table layout
This commit is contained in:
parent
76512875eb
commit
dad0893144
1 changed files with 3 additions and 3 deletions
|
@ -289,9 +289,9 @@ Ox.My.MetaBox = function(options, self) {
|
||||||
three columns:
|
three columns:
|
||||||
<pre>
|
<pre>
|
||||||
Ox.My.MetaBox({
|
Ox.My.MetaBox({
|
||||||
color: [
|
color: [[
|
||||||
[[255, 0, 0], [255, 255, 0], [0, 255, 0]],
|
[[64, 0, 0], [64, 64, 0], [0, 64, 0]],
|
||||||
[[0, 255, 255], [0, 255, 0], [255, 0, 255]]
|
[[0, 64, 64], [0, 0, 64], [64, 0, 64]]
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue