Remove busted unicode from the javascript os detect, this caused errors on 1.9.1
git-svn-id: file:///home/svn/framework3/trunk@6894 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4559d0e9f3
commit
2902a47d6d
|
@ -59,7 +59,6 @@ function getVersion(){
|
||||||
if (!os_name) {
|
if (!os_name) {
|
||||||
// The 'inconspicuous' argument is there to give us a real value on
|
// The 'inconspicuous' argument is there to give us a real value on
|
||||||
// Opera 6 where, without it, the return value is supposedly
|
// Opera 6 where, without it, the return value is supposedly
|
||||||
// "Hm, were you only as smart as Bjørn Vermo..."
|
|
||||||
// though I have not verfied this claim.
|
// though I have not verfied this claim.
|
||||||
switch (opera.buildNumber('inconspicuous')) {
|
switch (opera.buildNumber('inconspicuous')) {
|
||||||
case "344":
|
case "344":
|
||||||
|
|
Loading…
Reference in New Issue