Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor committed Feb 1, 2010
1 parent 3e087af commit 6f86281
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions processing.js
Expand Up @@ -1743,13 +1743,7 @@
// get the 3D rendering context
try{
if( !curContext ){
curContext = curElement.getContext( "moz-webgl" );
}
}catch( e ){}

try{
if( !curContext ){
curContext = curElement.getContext("webkit-3d");
curContext = curElement.getContext("experimental-webgl");
}
}catch( e ){}

Expand Down

0 comments on commit 6f86281

Please sign in to comment.