From 40b7571489b066a6d15a4821badd6225b94f91d0 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sun, 6 Mar 2011 15:44:51 +0100 Subject: [PATCH] Move BlendMode into util and add missing var. --- src/{item => util}/BlendMode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{item => util}/BlendMode.js (99%) diff --git a/src/item/BlendMode.js b/src/util/BlendMode.js similarity index 99% rename from src/item/BlendMode.js rename to src/util/BlendMode.js index a4bc1e18..59f3be49 100644 --- a/src/item/BlendMode.js +++ b/src/util/BlendMode.js @@ -22,7 +22,7 @@ * THE SOFTWARE. */ -BlendMode = { +var BlendMode = { // TODO: Should we remove the blend modes that are not in Scriptographer? // TODO: Add missing blendmodes like hue / saturation / color / luminosity // TODO: Clean up codespacing of original code, or keep it as is, so