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:
|
||||
<pre>
|
||||
Ox.My.MetaBox({
|
||||
color: [
|
||||
[[255, 0, 0], [255, 255, 0], [0, 255, 0]],
|
||||
[[0, 255, 255], [0, 255, 0], [255, 0, 255]]
|
||||
color: [[
|
||||
[[64, 0, 0], [64, 64, 0], [0, 64, 0]],
|
||||
[[0, 64, 64], [0, 0, 64], [64, 0, 64]]
|
||||
]
|
||||
});
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue