- Description:
- Global registry of core events that can be triggered/listened for. 
 
- Source:
- Since:
- 3.0
 
- Copyright:
- 2015 Damyon Wiese 
 
- 2015 Damyon Wiese 
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 
Global registry of core events that can be triggered/listened for.
Methods
(inner) getRenamedLegacyFunction(oldFunctionName, newModule, newFunctionName, newFunctionRef) → {function}
- Description:
- Get a curried function to warn that a function has been moved and renamed 
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| oldFunctionName | String | |
| newModule | String | |
| newFunctionName | String | |
| newFunctionRef | function | 
Returns:
- Type
- function