Skip to content

Commit

Permalink
Fix a bug in the importer string representation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jun 11, 2011
1 parent b3ed370 commit 59a6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/sprite_importer.rb
Expand Up @@ -31,7 +31,7 @@ def find_relative(uri, base, options)
end

def to_s
content_for_images
self.class.name
end

def hash
Expand Down

0 comments on commit 59a6d57

Please sign in to comment.