1
0
Fork 0
forked from 0x2620/oxjs

update DocPage and ExamplePage

This commit is contained in:
rolux 2012-04-15 20:15:14 +02:00
commit 0a999bc4f3
2 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@ Ox.ExamplePage = function(options, self) {
self.$title = Ox.Label({
style: 'square',
title: 'Examples: ' + self.options.title
title: self.options.title
})
.css({float: 'left', margin: '4px'})
.appendTo(self.$toolbar)