diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-26 23:19:19 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-26 23:19:19 +0200 |
commit | 878e7441f22a5ef2dc533b6979f73c75d402c0c0 (patch) | |
tree | 81d1fc65e0419f1015e7594403090cbafb331695 /lib/api/decodeGlobal.js | |
parent | 27d387e3e1d2389594670babad3afab6359c15fc (diff) | |
download | gitbook-878e7441f22a5ef2dc533b6979f73c75d402c0c0.zip gitbook-878e7441f22a5ef2dc533b6979f73c75d402c0c0.tar.gz gitbook-878e7441f22a5ef2dc533b6979f73c75d402c0c0.tar.bz2 |
Stop running test on node 0.12 for windows
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 |