diff options
Diffstat (limited to 'lib/api/decodeGlobal.js')
-rw-r--r-- | lib/api/decodeGlobal.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/api/decodeGlobal.js b/lib/api/decodeGlobal.js index 1b0b135..118afb2 100644 --- a/lib/api/decodeGlobal.js +++ b/lib/api/decodeGlobal.js @@ -1,7 +1,8 @@ var decodeConfig = require('./decodeConfig'); /** - Decode changes from a JS API to a output object + Decode changes from a JS API to a output object. + Only the configuration can be edited by plugin's hooks @param {Output} output @param {Object} result: result from API |