diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-29 20:18:28 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-29 20:18:28 +0200 |
commit | 01a26fda2596fc7ffefec4a7e0a79d5fc97d44ba (patch) | |
tree | 7f876fcd178f1bc6a18422ce1aa44d71401d084b /lib/api/deprecate.js | |
parent | 0229272b0a1a1e7e739d45f1c3650b5092d96bd4 (diff) | |
download | gitbook-01a26fda2596fc7ffefec4a7e0a79d5fc97d44ba.zip gitbook-01a26fda2596fc7ffefec4a7e0a79d5fc97d44ba.tar.gz gitbook-01a26fda2596fc7ffefec4a7e0a79d5fc97d44ba.tar.bz2 |
Fix linting error
Diffstat (limited to 'lib/api/deprecate.js')
-rw-r--r-- | lib/api/deprecate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/deprecate.js b/lib/api/deprecate.js index fd9280f..d8d6ac1 100644 --- a/lib/api/deprecate.js +++ b/lib/api/deprecate.js @@ -54,7 +54,7 @@ function deprecateField(book, key, instance, property, value, msg) { if (is.fn(value)) store = value(); else store = value; - } + }; var getter = function(){ prepare(); |