Skip to content

Commit

Permalink
QuoJS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jan 17, 2012
1 parent 1ba376e commit 17c235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/QuoJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ window.Quo = Quo;
if (supported) {
detected_os = {
name: (os === 'iphone' || os === 'ipad') ? 'ios' : os,
version: supported[2]
version: supported[2].replace('_', '.')
}
break;
}
Expand Down

0 comments on commit 17c235c

Please sign in to comment.