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:
9
jsdoc-master/rhino/jsdoc.js
Normal file
9
jsdoc-master/rhino/jsdoc.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Platform-specific functions to support jsdoc.js
|
||||
|
||||
exports.pathToUri = function(_path) {
|
||||
return String( new java.io.File(_path).toURI() );
|
||||
};
|
||||
|
||||
exports.uriToPath = function(uri) {
|
||||
return String( new java.io.File(new java.net.URI(uri)) );
|
||||
};
|
||||
Reference in New Issue
Block a user