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