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; |