Check that setRow is not negative, fixes #644. (#773)
[dygraphs.git] / jsdoc-toolkit / app / test / anon_inner.js
1 /**
2 * @name bar
3 * @namespace
4 */
5
6 new function() {
7 /**
8 * @name bar-foo
9 * @function
10 * @param {number} x
11 */
12 function foo(x) {
13 }
14 }