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

Unified Diff: lib/html/src/OverflowEvent.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
Index: lib/html/src/OverflowEvent.dart
diff --git a/lib/html/src/OverflowEvent.dart b/lib/html/src/OverflowEvent.dart
index da58a27b63470e875a2a0de130f95e889258a4ad..fbff8b5ba92e12eaffe2ac27b793213b7dbdc71d 100644
--- a/lib/html/src/OverflowEvent.dart
+++ b/lib/html/src/OverflowEvent.dart
@@ -12,9 +12,9 @@ interface OverflowEvent extends Event default OverflowEventWrappingImplementatio
static const int VERTICAL = 1;
- bool get horizontalOverflow();
+ bool get horizontalOverflow;
- int get orient();
+ int get orient;
- bool get verticalOverflow();
+ bool get verticalOverflow;
}
« no previous file with comments | « lib/html/src/MutationEventWrappingImplementation.dart ('k') | lib/html/src/OverflowEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698