mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-23 13:46:09 +03:00
10 lines
131 B
JavaScript
10 lines
131 B
JavaScript
/**
|
|
* A test constructor.
|
|
* @constructor
|
|
* @ignore
|
|
*/
|
|
function Ignored() {
|
|
/** a method */
|
|
this.bar = function() {
|
|
}
|
|
} |