Skip to content

Commit

Permalink
Merge pull request Compass#1124 from Snugug/patch-1
Browse files Browse the repository at this point in the history
Update lib/compass/sass_extensions/functions/math.rb
  • Loading branch information
scottdavis committed Dec 31, 2012
2 parents 192107c + cc76b59 commit f464156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/sass_extensions/functions/math.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def tan(number)
def e()
Sass::Script::Number.new(Math::E)
end
Sass::Script::Functions.declare :pi, []
Sass::Script::Functions.declare :e, []

def logarithm(number, base = e )
assert_type number, :Number
Expand Down

0 comments on commit f464156

Please sign in to comment.