diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-18 19:19:09 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-18 19:19:09 +0100 |
commit | f763e1dc4201f1593c1baf26697b175e96402442 (patch) | |
tree | ba46f4ede0460007825817b1cd800cb927ceadca /lib/config/index.js | |
parent | ea13e3cec45ad2b52f9346914331c43d91000d17 (diff) | |
download | gitbook-f763e1dc4201f1593c1baf26697b175e96402442.zip gitbook-f763e1dc4201f1593c1baf26697b175e96402442.tar.gz gitbook-f763e1dc4201f1593c1baf26697b175e96402442.tar.bz2 |
Lint after travis tests
Diffstat (limited to 'lib/config/index.js')
-rw-r--r-- | lib/config/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/config/index.js b/lib/config/index.js index a5a0d67..34bf97c 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -62,12 +62,6 @@ Config.prototype.load = function() { that.options.plugins = _.union(that.options.plugins, that.options.defaultsPlugins); that.options.plugins = _.uniq(that.options.plugins, 'name'); - // Default value for text direction (from language) - /*if (!that.options.direction) { - var lang = i18n.getCatalog(that.options.language); - if (lang) that.options.direction = lang.direction; - }*/ - that.options.gitbook = gitbook.version; }); }; |