mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
10 lines
No EOL
131 B
JavaScript
10 lines
No EOL
131 B
JavaScript
/**
|
|
* A test constructor.
|
|
* @constructor
|
|
* @ignore
|
|
*/
|
|
function Ignored() {
|
|
/** a method */
|
|
this.bar = function() {
|
|
}
|
|
} |