5 lines
98 B
Java
5 lines
98 B
Java
/** Used to lookup unminified function names. */
|
|
var realNames = {};
|
|
|
|
module.exports = realNames;
|