minor changes
This commit is contained in:
parent
3acc606fa2
commit
2bf92c982a
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Ox.DocPage = function(options, self) {
|
||||||
WebkitMarginBefore: 0
|
WebkitMarginBefore: 0
|
||||||
})
|
})
|
||||||
.html('<code>' + self.options.item.name + '</code>')
|
.html('<code>' + self.options.item.name + '</code>')
|
||||||
);
|
);
|
||||||
|
|
||||||
getItem(self.options.item, 0).forEach(function($element) {
|
getItem(self.options.item, 0).forEach(function($element) {
|
||||||
that.append($element);
|
that.append($element);
|
||||||
|
@ -167,7 +167,7 @@ Ox.DocPage = function(options, self) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
return $elements;
|
return $elements;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue