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/rhino/jsdoc/util/include.js
Normal file
7
jsdoc-master/rhino/jsdoc/util/include.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/*global Packages: true */
|
||||
module.exports = function(filepath) {
|
||||
var myGlobal = require('jsdoc/util/global');
|
||||
|
||||
var cx = Packages.org.mozilla.javascript.Context.getCurrentContext();
|
||||
Packages.org.mozilla.javascript.tools.shell.Main.processFile(cx, myGlobal, filepath);
|
||||
};
|
||||
Reference in New Issue
Block a user