diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-09-17 13:17:30 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-09-17 13:17:30 +0200 |
commit | 1968bb79c28678a03ed092ce5f9a8c7b6a80d3e5 (patch) | |
tree | f2c868665e376dd669413614da98a6c63f6e8408 /lib/generate/site/index.js | |
parent | 60c721db40f627ff4df2b44599eb55ebe23e0415 (diff) | |
download | gitbook-1968bb79c28678a03ed092ce5f9a8c7b6a80d3e5.zip gitbook-1968bb79c28678a03ed092ce5f9a8c7b6a80d3e5.tar.gz gitbook-1968bb79c28678a03ed092ce5f9a8c7b6a80d3e5.tar.bz2 |
Use correct resources file for ebook
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r-- | lib/generate/site/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js index dc9a4d4..549ad38 100644 --- a/lib/generate/site/index.js +++ b/lib/generate/site/index.js @@ -18,9 +18,6 @@ var Generator = function() { // Attach methods to instance _.bindAll(this); - // Base for assets in plugins - this.pluginAssetsBase = "book"; - this.revision = Date.now(); this.indexer = indexer(); }; |