Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

style(scope): change the name of an argument #933

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/core/scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down