Check that setRow is not negative, fixes #644. (#773)
[dygraphs.git] / jsdoc-toolkit / app / test / shortcuts.js
1 // /**#=+
2 // * {
3 // * 'D': 'Date.prototype',
4 // * '$N': 'Number'
5 // * }
6 // */
7 // var D = Date.prototype,
8 // $N = Number;
9 //
10 // D.locale = function(){
11 // };
12 //
13 // /**
14 // @return {string} The cardinal number string.
15 // */
16 // $N.nth = function(n){
17 // };
18 //
19 // LOAD.file = function(){
20 // }
21 //
22 // /**#=-*/