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

Unified Diff: utils/css/cssoptions.dart

Issue 9728009: Template bug fixes and new features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Undid css.status change Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | utils/css/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/cssoptions.dart
diff --git a/utils/css/cssoptions.dart b/utils/css/cssoptions.dart
index 45069bc9ce4c8d6a2e3be19004bfc757a2a1b308..feaa2a38c9bae6ca8f73d70f0fde9a54c007804a 100644
--- a/utils/css/cssoptions.dart
+++ b/utils/css/cssoptions.dart
@@ -47,7 +47,7 @@ class CSSOptions {
// Start from 2 to skip arguments representing the compiler command
// (node/python followed by frogsh/frog.py).
- loop: for (int i = 2; i < args.length; i++) {
+ for (int i = 2; i < args.length; i++) {
var arg = args[i];
switch (arg) {
« no previous file with comments | « no previous file | utils/css/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698