classwithoutname.js 201 B

12345678910
  1. // JSDoc should not be able to identify the name of this class.
  2. var MyClass = Class.define({
  3. /**
  4. * Create an instance of MyClass.
  5. * @constructs
  6. */
  7. initialize: function() {}
  8. });