]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Dec 2013 13:49:25 +0000 (13:49 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Dec 2013 13:49:25 +0000 (13:49 +0000)
js/libs/fluidbook/fluidbook.support.js

index 1d5cffe1b3d0bae57ed5537f15e399e5738d147d..1364516101f27b342c038cee3e940ec24a6ec615 100644 (file)
@@ -9,11 +9,8 @@ function FluidbookSupport(fluidbook) {
        this.transitions3d = Modernizr.csstransforms3d && Modernizr.csstransformspreserve3d && this.transitions2d;
 
        this.transitionendevent = null;
-
-
        this.resolution = 150;
 
-
        this.isMobile = isMobile();
        this.SVG = Modernizr.svg && this.fluidbook.datas.mobileIconVector;