From e9a67ac3a3271fa3c3bef44db5d67ffb77592a13 Mon Sep 17 00:00:00 2001 From: Alain Gilbert Date: Thu, 23 Aug 2012 11:30:16 -0300 Subject: [PATCH] Remove shitty code --- js/BitmapData.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/BitmapData.js b/js/BitmapData.js index 356c326..fa993d9 100644 --- a/js/BitmapData.js +++ b/js/BitmapData.js @@ -15,7 +15,6 @@ var BlendMode = new function() { this.INVERT = "invert"; this.LAYER = "layer"; this.LIGHTEN = "lighten"; - this.HARDLIGHT = "hardlight"; this.MULTIPLY = "multiply"; this.NORMAL = "normal"; this.OVERLAY = "overlay";