Skip to content

Commit

Permalink
Update head.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
yifei8 authored Jul 14, 2022
1 parent 8a96495 commit e6a144a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/lib/src/dom/elements/head.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class LinkElement extends Element {
LinkElement([BindingContext? context]) : super(context, defaultStyle: _defaultStyle);

Uri? _resolvedHyperlink;
Map<String, bool> _stylesheetLoaded = {};
final Map<String, bool> _stylesheetLoaded = {};

// Bindings.
@override
Expand Down

0 comments on commit e6a144a

Please sign in to comment.