mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
14 lines
107 B
JavaScript
14 lines
107 B
JavaScript
|
/** ecks */
|
||
|
var x = [1, 2, 4];
|
||
|
|
||
|
var y = {
|
||
|
foo: function(){
|
||
|
}
|
||
|
}
|
||
|
|
||
|
bar = function() {
|
||
|
}
|
||
|
|
||
|
function zop() {
|
||
|
}
|