Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "famous", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/Famous/famous", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -0,1 +1,8 @@ | ||
## 0.3.3 | ||
### Bug Fixes | ||
- Famous/inputs | ||
- bug in TouchSync where NaN's were produced | ||
## 0.3.2 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "famous", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Famo.us is a JavaScript framework for everyone who wants to build beautiful experiences on any device.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -137,7 +137,7 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
var diffX = currHistory.x - distantTime.x; | ||
var diffY = currHistory.y - distantTime.y; | ||
var diffX = currHistory.x - distantHistory.x; | ||
var diffY = currHistory.y - distantHistory.y; | ||
var velDiffX = currHistory.x - distantHistory.x; | ||
var velDiffY = currHistory.y - distantHistory.y; | ||
var velDiffX = currHistory.x - distantTime; | ||
var velDiffY = currHistory.y - distantTime; | ||
@@ -144,0 +144,0 @@ if (this.options.rails) { |
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
1173389