mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +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() {
|
||
|
}
|