mx-artifacts
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -16,6 +16,2 @@ 'use strict' | ||
var PAGES = [ | ||
this.props.PAGES | ||
]; | ||
var dataSource = new ViewPager.DataSource({ | ||
@@ -28,3 +24,3 @@ pageHasChanged: (p1, p2) => p1 !== p2, | ||
return { | ||
dataSource: dataSource.cloneWithPages(PAGES), | ||
dataSource: dataSource.cloneWithPages(this.props.PAGES), | ||
} | ||
@@ -31,0 +27,0 @@ }, |
{ | ||
"name": "mx-artifacts", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Artifacts of mx.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
248514
1967