This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
difftastic
mirror of
https://github.com/Wilfred/difftastic/
Watch
1
Star
0
Fork
You've already forked difftastic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a90254ede7
difftastic
/
sample_files
/
trailing_commas_1.js
5 lines
66 B
JavaScript
Raw
Blame
History
function
foo
(
x
,
y
)
{
var
z
=
[
1
,
2
]
;
var
zz
=
{
a
:
1
,
b
:
2
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink