add semicolon

This commit is contained in:
rolux 2012-05-30 22:40:07 +02:00
parent abc6e948e0
commit f39a69ccef

View file

@ -15,7 +15,7 @@ Ox.load.Image = function(options, callback) {
width <n> Width in px
image <n> Height in px
background <[n]> Background color (RGB or RGBA)
> Ox.Image(Ox.UI.PATH + 'themes/classic/png/icon16.png', function(i) { i.encode('foo', function(i) { i.decode(function(s) { Ox.test(s, 'foo') })})})
> Ox.Image(Ox.UI.PATH + 'themes/classic/png/icon16.png', function(i) { i.encode('foo', function(i) { i.decode(function(s) { Ox.test(s, 'foo'); })})})
undefined
@*/
Ox.Image = function() {