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

Unified Diff: pkg/polymer/lib/job.dart

Issue 25740006: port polymer data binding tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « pkg/pkg.status ('k') | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/job.dart
diff --git a/pkg/polymer/lib/job.dart b/pkg/polymer/lib/job.dart
index 677784a2de0be6613a4f196cb7eb61ad3f688fbd..e8a4fa625ec6cd302d8d0ace480e91914e72b28f 100644
--- a/pkg/polymer/lib/job.dart
+++ b/pkg/polymer/lib/job.dart
@@ -28,6 +28,7 @@ Job runJob(Job job, void callback(), Duration wait) {
// TODO(jmesserly): it isn't clear to me what is supposed to be public API here.
// Or what name we should use. "Job" is awfully generic.
// (The type itself is not exported in Polymer.)
+// Remove this type in favor of Timer?
class Job {
Function _callback;
Timer _timer;
« no previous file with comments | « pkg/pkg.status ('k') | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698