From 98fb43a084bfa33ef2f5a20ba95d6510d4da81ff Mon Sep 17 00:00:00 2001 From: Ando Yasushi Date: Sun, 20 Apr 2014 21:58:34 +0900 Subject: [PATCH] style(scope): change the name of an argument --- lib/core/scope.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/scope.dart b/lib/core/scope.dart index 7554907c3..128cf77e9 100644 --- a/lib/core/scope.dart +++ b/lib/core/scope.dart @@ -590,7 +590,7 @@ class RootScope extends Scope { String get state => _state; RootScope(Object context, Parser parser, FieldGetterFactory fieldGetterFactory, - FormatterMap filterMap, this._exceptionHandler, this._ttl, this._zone, + FormatterMap formatters, this._exceptionHandler, this._ttl, this._zone, ScopeStats _scopeStats, ClosureMap closureMap) : _scopeStats = _scopeStats, _parser = parser,