1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

added grunt js and updates css for sliding

This commit is contained in:
Fred Chasen 2013-02-11 21:16:33 -08:00
parent 8858c8f5dd
commit d19d0f068c
8 changed files with 47 additions and 21 deletions

View file

@ -6,7 +6,7 @@ FPR.app.init = (function($){
"use strict";
var Book,
offline = false,
sidebarWidth = 40,
sidebarWidth = 0,
windowWidth;
function init(bookURL){