mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-23 21:56:10 +03:00
14 lines
162 B
JavaScript
14 lines
162 B
JavaScript
|
/**
|
||
|
* @name bar
|
||
|
* @namespace
|
||
|
*/
|
||
|
|
||
|
new function() {
|
||
|
/**
|
||
|
* @name bar-foo
|
||
|
* @function
|
||
|
* @param {number} x
|
||
|
*/
|
||
|
function foo(x) {
|
||
|
}
|
||
|
}
|