diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-23 18:53:48 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-23 18:53:48 +0100 |
commit | 8e41aca8a760f5de41cd9217ae5d8180175bb8f8 (patch) | |
tree | 4895e6cfe6e7e9ad3a2a36e8ceda71326eeaa5cc /lib/book.js | |
parent | 4fec7760a1068958b137e1329246121ffe76ac4d (diff) | |
download | gitbook-8e41aca8a760f5de41cd9217ae5d8180175bb8f8.zip gitbook-8e41aca8a760f5de41cd9217ae5d8180175bb8f8.tar.gz gitbook-8e41aca8a760f5de41cd9217ae5d8180175bb8f8.tar.bz2 |
Fix #517: fix weibo sharing class in header
Diffstat (limited to 'lib/book.js')
-rw-r--r-- | lib/book.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/book.js b/lib/book.js index 0ff9930..c81d38f 100644 --- a/lib/book.js +++ b/lib/book.js @@ -16,8 +16,6 @@ var Plugin = require("./plugin"); var generators = require("./generators"); - - var Book = function(root, context, parent) { this.context = _.defaults(context || {}, { // Extend book configuration |