Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Issue 9003001: Fix use of now-reserved word "class". (Closed)

Created:
9 years ago by Bob Nystrom
Modified:
9 years ago
Reviewers:
mattsh
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix use of now-reserved word "class". Committed: https://code.google.com/p/dart/source/detail?r=2602

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M utils/dartdoc/dartdoc.dart View 2 chunks +4 lines, -4 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Bob Nystrom
9 years ago (2011-12-19 23:29:13 UTC) #1
mattsh
LGTM. http://codereview.chromium.org/9003001/diff/1/utils/dartdoc/dartdoc.dart File utils/dartdoc/dartdoc.dart (right): http://codereview.chromium.org/9003001/diff/1/utils/dartdoc/dartdoc.dart#newcode594 utils/dartdoc/dartdoc.dart:594: final cssClass = css == null ? '' ...
9 years ago (2011-12-19 23:35:06 UTC) #2
Bob Nystrom
9 years ago (2011-12-20 00:09:39 UTC) #3
Thanks!

http://codereview.chromium.org/9003001/diff/1/utils/dartdoc/dartdoc.dart
File utils/dartdoc/dartdoc.dart (right):

http://codereview.chromium.org/9003001/diff/1/utils/dartdoc/dartdoc.dart#newc...
utils/dartdoc/dartdoc.dart:594: final cssClass = css == null ? '' : '
class="$css"';
On 2011/12/19 23:35:06, mattsh wrote:
> Seems like these should be reversed, i.e. css should be called cssClass, and
> cssClass should be called css.

I wanted the shorter name for the named argument.

Powered by Google App Engine
This is Rietveld 408576698