From f39a69ccefa61377fae0789e6e8181a86fda5e19 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 30 May 2012 22:40:07 +0200 Subject: [PATCH] add semicolon --- source/Ox.Image/Ox.Image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.Image/Ox.Image.js b/source/Ox.Image/Ox.Image.js index 3404ef14..9a185750 100644 --- a/source/Ox.Image/Ox.Image.js +++ b/source/Ox.Image/Ox.Image.js @@ -15,7 +15,7 @@ Ox.load.Image = function(options, callback) { width Width in px image 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() {