mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-05 05:28:26 +00:00
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
function foo () {
|
|
return a('bar') || b();
|
|
}
|