File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog - diff
2+
3+ ### 0.0.1 2014-06-01 (SDK 1.5.0-dev.2.0 r36630)
Original file line number Diff line number Diff line change 3737// Also added a "diff_merge_keepall()" implementation for simplistic 2-way merge.
3838//
3939//
40+ //
4041// Migration to dart (Dart VM version: 1.5.0-dev.2.0 (Mon May 26 07:59:20 2014))
4142// from C#, Copyright (c) 2014 Adam Singer <financeCoding@gmail.com>
4243//
43- //
44+ //
Original file line number Diff line number Diff line change 11# diff
22
33Port of the [ diff.js] ( http://hg.opensource.lshift.net/synchrotron/file/default/ )
4- library.
4+ library.
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ abstract class Enum<T> {
2727 const Enum (this ._value);
2828
2929 T get value => _value;
30- }
30+ }
You can’t perform that action at this time.
0 commit comments