mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
checking in jsdoc dir so people can generate docs themselves
This commit is contained in:
7
jsdoc-master/test/fixtures/aliasglobal.js
vendored
Normal file
7
jsdoc-master/test/fixtures/aliasglobal.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
(function() {
|
||||
|
||||
/** @alias <global>.log */
|
||||
var log = function() {
|
||||
}
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user