diff options
author | Adam <adam@adambard.com> | 2013-06-28 20:58:04 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-06-28 20:58:04 -0700 |
commit | bc6992045f952db3b74d361eae4b4985e6ddfefd (patch) | |
tree | c50fadcd1fe778cbf713847b23f052d7570c2a7e | |
parent | 35249e917e5fefbd05252e868fc04c0e03cae173 (diff) |
Changed highlighting to javascript (no dart yet)
-rw-r--r-- | dart.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown index dc228d16..4d415e27 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -10,7 +10,7 @@ its JavaScript sibling. Like JavaScript, Dart aims for great browser integration Dart's most controversial feature must be its Optional Typing. -```dart +```javascript import "dart:collection"; import "dart:math" as DM; |