fix table layout

This commit is contained in:
rolux 2012-06-26 19:54:42 +02:00
parent 76512875eb
commit dad0893144

View file

@ -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>