Skip to content

Commit

Permalink
Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
5un committed Dec 15, 2015
1 parent 9202270 commit ca16437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ Tobii EyeX TCP Javascript Client for Chrome App / Extensions
3. Initialize Tobii EyeX with
```javascript
var eyeTracker = new TobiiEyeX({
nativeScreenWidth: 1920,
nativeScreenHeight: 1080,
senzeScreenWidth: window.innerWidth,
senzeScreenHeight: window.innerHeight,
onFrameCallback: function(frame){
console.log(frame);
},
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "eyex-chrome",
"version": "0.0.2",
"authors": [
"Soravis <[email protected]>"
],
Expand Down

0 comments on commit ca16437

Please sign in to comment.