4 lines
39 B
JavaScript
4 lines
39 B
JavaScript
|
function nothing() {
|
||
|
return false;
|
||
|
}
|