1
0
Fork 0
forked from 0x2620/oxjs

update theme name in documentation

This commit is contained in:
j 2013-02-11 10:47:55 +00:00
commit ab5e6061d7
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Ox.load.Image = function(options, callback) {
image <o> Image object
> Ox.Image(1, 1, [255, 0, 0], function(i) { Ox.test(i.pixel([0, 0]), [255, 0, 0, 255]); })
undefined
> 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/oxlight/png/icon16.png', function(i) { i.encode('foo', function(i) { i.decode(function(s) { Ox.test(s, 'foo'); })})})
undefined
@*/
Ox.Image = function() {