add semicolon
This commit is contained in:
parent
abc6e948e0
commit
f39a69ccef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ox.load.Image = function(options, callback) {
|
||||||
width <n> Width in px
|
width <n> Width in px
|
||||||
image <n> Height in px
|
image <n> Height in px
|
||||||
background <[n]> Background color (RGB or RGBA)
|
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
|
undefined
|
||||||
@*/
|
@*/
|
||||||
Ox.Image = function() {
|
Ox.Image = function() {
|
||||||
|
|
Loading…
Reference in a new issue