Updated to 0.10.0

This commit is contained in:
Christoph Oberhofer
2016-03-31 22:21:19 +02:00
parent b216a085d5
commit ce19a55a10
4 changed files with 10522 additions and 11151 deletions
+10489 -11137
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
File diff suppressed because one or more lines are too long
+2 -3
View File
@@ -70,8 +70,7 @@ $(function() {
var values = value.split('x');
return {
width: parseInt(values[0]),
height: parseInt(values[1]),
facing: "environment"
height: parseInt(values[1])
}
}
},
@@ -90,7 +89,7 @@ $(function() {
constraints: {
width: 640,
height: 480,
facing: "environment" // or user
facingMode: "environment" // or user
}
},
locator: {