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

Unified Diff: packages/charted/lib/core/utils.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | « packages/charted/lib/core/timer.dart ('k') | packages/charted/lib/core/utils/bidi_formatter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/core/utils.dart
diff --git a/packages/charted/lib/core/utils.dart b/packages/charted/lib/core/utils.dart
index febf9e69b44f394bfa20c11d69920ab4439f7b61..abbdb1b9a3080167491822d04d9fd7c067f44cbd 100644
--- a/packages/charted/lib/core/utils.dart
+++ b/packages/charted/lib/core/utils.dart
@@ -26,9 +26,9 @@ part 'utils/object_factory.dart';
part 'utils/rect.dart';
part 'utils/bidi_formatter.dart';
-const String ORIENTATION_LEFT = 'left';
-const String ORIENTATION_RIGHT = 'right';
-const String ORIENTATION_TOP = 'top';
+const String ORIENTATION_LEFT = 'left';
+const String ORIENTATION_RIGHT = 'right';
+const String ORIENTATION_TOP = 'top';
const String ORIENTATION_BOTTOM = 'bottom';
/// Identity function that returns the value passed as it's parameter.
« no previous file with comments | « packages/charted/lib/core/timer.dart ('k') | packages/charted/lib/core/utils/bidi_formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698