mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-23 13:46:09 +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) {
|
|
}
|
|
} |