From 0506f1c64bc44c18958c60675159a78ceee9ff37 Mon Sep 17 00:00:00 2001 From: mueller Date: Fri, 28 May 2010 17:44:20 -0400 Subject: [PATCH] adding a semicolon... yay! --- CXGN/Image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CXGN/Image.js b/CXGN/Image.js index 85b1fc9..3f6e062 100644 --- a/CXGN/Image.js +++ b/CXGN/Image.js @@ -44,7 +44,7 @@ CXGN.Image.prototype = { onError: function() { alert('An error occurred! '); }, - }) + }); } } -- 2.11.4.GIT