repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge from origin/emacs-24
[emacs.git]
/
test
/
indent
/
js-indent-init-t.js
blob
bb755420ba719d622b7143eed3ced337827ae700
1
var foo = function() {
2
return 7;
3
};
4
5
var foo = function() {
6
return 7;
7
},
8
bar = 8;
9
10
var foo = function() {
11
return 7;
12
},
13
bar = function() {
14
return 8;
15
};
16
17
// Local Variables:
18
// indent-tabs-mode: nil
19
// js-indent-level: 2
20
// js-indent-first-init: t
21
// End: