Removed hard-coding of utility object name

This commit is contained in:
matehat
2010-03-30 09:08:16 -04:00
parent 241f6f3068
commit 0557eb9b93
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ exports.Scope: class Scope
return @topmost().utility(name) if @parent
@utilities: or {}
@utilities[name]: true
"Coffeescript.$name"
"${utilities.KEY}.$name"
included_utilities: (tab) ->
if @utilities?