fix typo in 'widget design patterns' example; cosmetic changes
This commit is contained in:
parent
5b492db461
commit
7bd38b3bb9
2 changed files with 2 additions and 2 deletions
|
|
@ -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]]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue