Skip to content

Commit

Permalink
Merge pull request #1164 from charlietran/patch-1
Browse files Browse the repository at this point in the history
Update lib/compass/sass_extensions/sprites/engines.rb
  • Loading branch information
scottdavis committed Feb 10, 2013
2 parents c47a428 + 56dc608 commit c4bb126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/compass/sass_extensions/sprites/engines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ def initialize(width, height, images)
end

def construct_sprite
raise ::Compass::Error, "You must impliment construct_sprite"
raise ::Compass::Error, "You must implement construct_sprite"
end

def save(filename)
raise ::Compass::Error, "You must impliment save(filename)"
raise ::Compass::Error, "You must implement save(filename)"
end

end
Expand All @@ -22,4 +22,4 @@ def save(filename)
end


require 'compass/sass_extensions/sprites/engines/chunky_png_engine'
require 'compass/sass_extensions/sprites/engines/chunky_png_engine'

0 comments on commit c4bb126

Please sign in to comment.