1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Initialize @@checked_for_updates in Sass::Plugin.

This commit is contained in:
Nathan Weizenbaum 2008-02-14 08:05:50 -08:00
parent a2f8bbe4eb
commit 9cadebe3b2

View file

@ -13,6 +13,7 @@ module Sass
:always_check => true,
:full_exception => true
}
@@checked_for_updates = false
# Whether or not Sass has *ever* checked if the stylesheets need updates
# (in this Ruby instance).