/tags/jsdoc_toolkit-1.4.0/test/data/namespace.js
JavaScript | 16 lines | 8 code | 2 blank | 6 comment | 0 complexity | 296a826f6efb4c682fdc7f3995fc0c00 MD5 | raw file
- /**
- @namespace Holds all Filebox functionality.
- */
- Filebox.View = {
- lookup: function() {
- },
- add: function() {
- }
- }
- /**
- Change the order of the files.
- */
- Filebox.View.reorder = function() {
- };