UNPKG

dcos-dygraphs

Version:

dygraphs is a fast, flexible open source JavaScript charting library.

13 lines (11 loc) 178 B
/** @constructor */ function Article() { } Article.prototype = { /** instance get title */ getTitle: function(){ } } /** static get title */ Article.getTitle = function(){ }