PageRenderTime 26ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/jsdoc-toolkit/app/test/prototype_oblit.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 13 lines | 8 code | 2 blank | 3 comment | 0 complexity | 27cb9b81e66dbe7f8303b87e91314baa MD5 | raw file
  1. /** @constructor */
  2. function Article() {
  3. }
  4. Article.prototype = {
  5. /** instance get title */
  6. getTitle: function(){
  7. }
  8. }
  9. /** static get title */
  10. Article.getTitle = function(){
  11. }