typo in examples
This commit is contained in:
parent
ac29cb88a6
commit
e19da09b7a
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ Ox.My.MetaBox = function(options, self) {
|
||||||
/*
|
/*
|
||||||
This time, we inherit from `Ox.My.InvertibleBox`. The one thing that's
|
This time, we inherit from `Ox.My.InvertibleBox`. The one thing that's
|
||||||
different though is the `color` option: It is no longer a single value, but
|
different though is the `color` option: It is no longer a single value, but
|
||||||
an array of array of values. That's how the boxes inside out MetaBox are
|
an array of array of values. That's how the boxes inside our MetaBox are
|
||||||
specified. The following would create a grid of boxes with two rows and
|
specified. The following would create a grid of boxes with two rows and
|
||||||
three columns:
|
three columns:
|
||||||
<pre>
|
<pre>
|
||||||
|
|
Loading…
Reference in a new issue