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]]
|
||||
]
|
||||
|
|
|
@ -85,7 +85,7 @@ Ox.DocPage = function(options, self) {
|
|||
});
|
||||
|
||||
function getItem(item, level, name) {
|
||||
Ox.Log('Core', 'getItem', item, level, name)
|
||||
Ox.Log('Core', 'getItem', item, level, name);
|
||||
var $elements = [
|
||||
$('<div>')
|
||||
.css({paddingLeft: (level ? level * 32 - 16 : 0) + 'px'})
|
||||
|
|
Loading…
Reference in a new issue