From 2f3c0b0cc6ef1279f5d62ba6fbb31917baa9840b Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Thu, 20 Mar 2014 10:43:24 -0700 Subject: [PATCH] Need updated Aether. --- app/lib/surface/Mark.coffee | 4 ++-- bower.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/surface/Mark.coffee b/app/lib/surface/Mark.coffee index 516862446..58df6ded3 100644 --- a/app/lib/surface/Mark.coffee +++ b/app/lib/surface/Mark.coffee @@ -55,7 +55,7 @@ module.exports = class Mark extends CocoClass if @name is 'bounds' then @buildBounds() else if @name is 'shadow' then @buildShadow() else if @name is 'debug' then @buildDebug() - else if @name.match(".*Range$") then @buildRadius(@name) + else if @name.match(/.+Range$/) then @buildRadius(@name) else if @thangType then @buildSprite() else console.error "Don't know how to build mark for", @name @mark?.mouseEnabled = false @@ -142,7 +142,7 @@ module.exports = class Mark extends CocoClass @mark.graphics.beginFill colors[range] else @mark.graphics.beginFill extracolors[i] - + # Draw the outer circle @mark.graphics.drawCircle 0, 0, @sprite.thang[range] * Camera.PPM diff --git a/bower.json b/bower.json index 231d6e1c7..b499ee391 100644 --- a/bower.json +++ b/bower.json @@ -32,7 +32,7 @@ "firepad": "~0.1.2", "marked": "~0.3.0", "moment": "~2.5.0", - "aether": "~0.1.10", + "aether": "~0.1.14", "underscore.string": "~2.3.3", "firebase": "~1.0.2", "catiline": "~2.9.3"