mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
14 lines
No EOL
162 B
JavaScript
14 lines
No EOL
162 B
JavaScript
/**
|
|
* @name bar
|
|
* @namespace
|
|
*/
|
|
|
|
new function() {
|
|
/**
|
|
* @name bar-foo
|
|
* @function
|
|
* @param {number} x
|
|
*/
|
|
function foo(x) {
|
|
}
|
|
} |