fixed typo =(
This commit is contained in:
parent
45b19df315
commit
ec90cf515f
@ -5,7 +5,7 @@ module Sass::Script::Functions
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
module Compass::RailsImageFuctionPatch
|
module Compass::RailsImageFunctionPatch
|
||||||
private
|
private
|
||||||
|
|
||||||
def image_path(image_file)
|
def image_path(image_file)
|
||||||
@ -17,7 +17,7 @@ module Compass::RailsImageFuctionPatch
|
|||||||
end
|
end
|
||||||
|
|
||||||
module Sass::Script::Functions
|
module Sass::Script::Functions
|
||||||
include Compass::RailsImageFuctionPatch
|
include Compass::RailsImageFunctionPatch
|
||||||
end
|
end
|
||||||
|
|
||||||
# Wierd that this has to be re-included to pick up sub-modules. Ruby bug?
|
# Wierd that this has to be re-included to pick up sub-modules. Ruby bug?
|
||||||
|
Loading…
Reference in New Issue
Block a user