Dygraph.dateString_: shows milliseconds if any. (#774)
[dygraphs.git] / jsdoc-toolkit / app / test / addon.js
1 String.prototype.reverse = function() {
2 }
3
4 String.prototype.reverse.utf8 = function() {
5 }
6
7 Function.count = function() {
8 }
9
10 /** @memberOf Function */
11 Function.count.reset = function() {
12 }
13
14 /** @memberOf Function */
15 count.getValue = function() {
16 }
17
18 /** @memberOf Function.prototype */
19 getSig = function() {
20 }
21
22 /** @memberOf Function.prototype */
23 Function.prototype.getProps = function() {
24 }