famous-carousel
Advanced tools
Comparing version 0.9.10 to 0.9.11
@@ -0,0 +0,0 @@ v0.9.0 - June 25, 2015 |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -16,3 +16,3 @@ "use strict"; | ||
function _typeof(obj) { return obj && obj.constructor === Symbol ? "symbol" : typeof obj; } | ||
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } | ||
@@ -19,0 +19,0 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } /** |
@@ -48,1 +48,3 @@ "use strict"; | ||
require("babel-polyfill"); //ES6 for-loop polyfill https://github.com/babel/babel/issues/711 | ||
@@ -203,5 +203,5 @@ "use strict"; | ||
el.setProperty("backgroundImage", "url(" + options.carouselData[i].data + ")"); | ||
el.setProperty("background-repeat", "no-repeat"); | ||
el.setProperty("background-size", backgroundSize); | ||
el.setProperty("background-position", "center"); | ||
el.setProperty("backgroundRepeat", "no-repeat"); | ||
el.setProperty("backgroundSize", backgroundSize); | ||
el.setProperty("backgroundPosition", "center"); | ||
break; | ||
@@ -208,0 +208,0 @@ case "markup": |
@@ -0,0 +0,0 @@ [ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "famous-carousel", | ||
"version": "0.9.10", | ||
"version": "0.9.11", | ||
"author": "Peace Chen", | ||
@@ -52,4 +52,5 @@ "contributors": ["Tony Alves (https://github.com/talves)"], | ||
"dependencies": { | ||
"babel-polyfill": "^6.0.16", | ||
"famous": "git://github.com/peacechen/engine#af98b6c" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## Famo.us Carousel |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,1 +1,4 @@ | ||
require("babel-polyfill"); //ES6 for-loop polyfill https://github.com/babel/babel/issues/711 | ||
import {Carousel} from "./Carousel"; | ||
@@ -2,0 +5,0 @@ |
@@ -165,5 +165,5 @@ /** | ||
el.setProperty("backgroundImage", "url(" + options.carouselData[i].data + ")"); | ||
el.setProperty("background-repeat", "no-repeat"); | ||
el.setProperty("background-size", backgroundSize); | ||
el.setProperty("background-position", "center"); | ||
el.setProperty("backgroundRepeat", "no-repeat"); | ||
el.setProperty("backgroundSize", backgroundSize); | ||
el.setProperty("backgroundPosition", "center"); | ||
break; | ||
@@ -170,0 +170,0 @@ case "markup": |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1577
79084
2
+ Addedbabel-polyfill@^6.0.16
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)