Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8)

Issue 194390043: Misc cleanup. Move super calls to end of constructor initialization list matching the Dart style gu…

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 3 months ago by jacobr
Modified:
9 years, 3 months ago
Reviewers:
yjbanov
Base URL:
git@github.com:yjbanov/barista.git@master
Visibility:
Public.

Description

Misc cleanup. Move super calls to end of constructor initialization list matching the Dart style guide. https://www.dartlang.org/articles/style-guide/#do-place-the-super-call-last-in-a-constructor-initialization-list Fix method that accidentally had a different signature in the subclass and base class. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M lib/messaging/isolate.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/vdom/nodes/element.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M lib/src/vdom/nodes/text.dart View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 1
jacobr
9 years, 3 months ago (2015-01-23 22:33:01 UTC) #1
Misc cleanup. Move super calls to end of constructor initialization list
matching the Dart style guide.
   
https://www.dartlang.org/articles/style-guide/#do-place-the-super-call-last-i...

Fix method that accidentally had a different signature in the subclass and base
class.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b