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

Side by Side Diff: samples-dev/swarm/swarm_ui_lib/touch/TimeUtil.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 part of touch; 5 part of touch;
6 6
7 /** 7 /**
8 * Convenience methods for dealing with time. 8 * Convenience methods for dealing with time.
9 * In the future this could also provide an entry point to mock out time 9 * In the future this could also provide an entry point to mock out time
10 * calulation for tests. 10 * calculation for tests.
11 */ 11 */
12 class TimeUtil { 12 class TimeUtil {
13 static int now() { 13 static int now() {
14 return new DateTime.now().millisecondsSinceEpoch; 14 return new DateTime.now().millisecondsSinceEpoch;
15 } 15 }
16 } 16 }
OLDNEW
« no previous file with comments | « samples-dev/swarm/swarm_ui_lib/observable/EventBatch.dart ('k') | sdk/lib/_blink/dartium/_blink_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698