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

This commit is contained in:
rolux 2013-11-16 02:37:28 +01:00
parent 5b492db461
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]]
]

View file

@ -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'})