add documentation for ace.require
This commit is contained in:
parent
b9417a10be
commit
e576099de7
1 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,15 @@ require("./placeholder");
|
|||
require("./mode/folding/fold_mode");
|
||||
exports.config = require("./config");
|
||||
|
||||
/**
|
||||
* @param {String} moduleName
|
||||
* @returns {Object}
|
||||
*
|
||||
* provides access to require in packed noconflict mode
|
||||
*
|
||||
**/
|
||||
exports.require = require;
|
||||
|
||||
/**
|
||||
* Embeds the Ace editor into the DOM, at the element provided by `el`.
|
||||
* @param {String | DOMElement} el Either the id of an element, or the element itself
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue