From 20b3508f863ca7cd9c82c0cf7699490ab6c86515 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 4 Jun 2012 15:38:09 +0200 Subject: [PATCH] add missing semicolons --- source/Ox.Image/Ox.Image.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Ox.Image/Ox.Image.js b/source/Ox.Image/Ox.Image.js index 8e1ff433..047d712e 100644 --- a/source/Ox.Image/Ox.Image.js +++ b/source/Ox.Image/Ox.Image.js @@ -154,7 +154,7 @@ Ox.load.Image = function(options, callback) { return rgb.concat(rgba[3]); } }); - } + }; //@ context 2D drawing context @@ -469,7 +469,7 @@ Ox.load.Image = function(options, callback) { } }); return that; - } + }; /*@ filter Pixel-wise filter function @@ -650,7 +650,7 @@ Ox.load.Image = function(options, callback) { }); that.context.putImageData(self.imageData, 0, 0); return that; - } + }; /*@ motionBlur Apply motion blur filter @@ -720,7 +720,7 @@ Ox.load.Image = function(options, callback) { height: height }); return that; - } + }; /*@ saturation Apply saturation filter @@ -756,7 +756,7 @@ Ox.load.Image = function(options, callback) { rgba[3] ]; }); - } + }; /*@ src Get or set the image source