mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
10 lines
201 B
JavaScript
10 lines
201 B
JavaScript
// JSDoc should not be able to identify the name of this class.
|
|
|
|
var MyClass = Class.define({
|
|
/**
|
|
* Create an instance of MyClass.
|
|
* @constructs
|
|
*/
|
|
initialize: function() {}
|
|
});
|