projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2a0699437a17ee6dce040e3df601c1e251a5341a
[platform/framework/web/crosswalk-tizen.git]
/
1
function foo() {
2
function dolor(bar) {
3
var arr = [];
4
if (bar) {
5
arr = [
6
'weird',
7
'indent'
8
];
9
obj = {
10
'yes': 'i know it\'s weird',
11
'but': 'it tests the rocambole-indent negative rule'
12
}
13
}
14
return arr;
15
}
16
return dolor;
17
}