1
0
Fork 0
forked from 0x2620/oxjs

fix typo in 'widget design patterns' example; cosmetic changes

This commit is contained in:
rolux 2013-11-16 02:37:28 +01:00
commit 7bd38b3bb9
2 changed files with 2 additions and 2 deletions

View file

@ -289,7 +289,7 @@ Ox.My.MetaBox = function(options, self) {
three columns:
<pre>
Ox.My.MetaBox({
color: [[
color: [
[[64, 0, 0], [64, 64, 0], [0, 64, 0]],
[[0, 64, 64], [0, 0, 64], [64, 0, 64]]
]