/tags/jsdoc_toolkit-1.4.0/test/data/namespace.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 16 lines · 8 code · 2 blank · 6 comment · 0 complexity · 296a826f6efb4c682fdc7f3995fc0c00 MD5 · raw file

  1. /**
  2. @namespace Holds all Filebox functionality.
  3. */
  4. Filebox.View = {
  5. lookup: function() {
  6. },
  7. add: function() {
  8. }
  9. }
  10. /**
  11. Change the order of the files.
  12. */
  13. Filebox.View.reorder = function() {
  14. };