minor changes

This commit is contained in:
rlx 2012-01-17 23:08:16 +05:30
parent 3acc606fa2
commit 2bf92c982a

View file

@ -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;
} }