From 89507cf125d0929a9a0e9354a5eae9c181b5f201 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 18 May 2014 08:49:33 +0200 Subject: [PATCH] Looks like it works now! --- compiled/radium.js | 1 - radium/sprite.coffee | 1 - 2 files changed, 2 deletions(-) diff --git a/compiled/radium.js b/compiled/radium.js index 19725b0..b87c0b6 100644 --- a/compiled/radium.js +++ b/compiled/radium.js @@ -1670,7 +1670,6 @@ Sprite = (function() { this.image = image; this.getSize = __bind(this.getSize, this); this.draw = __bind(this.draw, this); - true; _ref = this.getSize(), this.width = _ref.width, this.height = _ref.height; } diff --git a/radium/sprite.coffee b/radium/sprite.coffee index 6c23dca..dcab02e 100644 --- a/radium/sprite.coffee +++ b/radium/sprite.coffee @@ -1,6 +1,5 @@ class Sprite constructor: (@engine, @name, @image) -> - true # Debugging {width: @width, height: @height} = @getSize() draw: (x, y, options = {}, surface = "") =>