Skip to content

Commit

Permalink
Retrieved trees never have options now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 2, 2011
1 parent ebf1fbb commit 3842463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sass/engine.rb
Expand Up @@ -309,7 +309,6 @@ def _to_tree
sha = Digest::SHA1.hexdigest(@template)

if root = @options[:cache_store].retrieve(key, sha)
@options = root.options.merge(@options)
root.options = @options
return root
end
Expand Down

0 comments on commit 3842463

Please sign in to comment.