From cdc994b77a63432b90390594f7a5fb1680c21fac Mon Sep 17 00:00:00 2001 From: David Turner Date: Sat, 11 Oct 2014 00:20:25 -0400 Subject: [PATCH] Fix wrong mapping --- lib/squib/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/constants.rb b/lib/squib/constants.rb index 35cedf5..587c415 100644 --- a/lib/squib/constants.rb +++ b/lib/squib/constants.rb @@ -101,7 +101,7 @@ module Squib :y => :y, :y1 => :y1, :y2 => :y2, - :y2 => :y3, + :y3 => :y3, :y_radius => :y_radius, } end \ No newline at end of file