Skip to content

Commit

Permalink
use crambin as default screen
Browse files Browse the repository at this point in the history
  • Loading branch information
biasmv committed Jun 13, 2015
1 parent cada42f commit 3d8037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ viewer = pv.Viewer(document.getElementById('viewer'), {
outline : true, quality : 'medium', style : 'hemilight',
background : '#333', animateTime: 500,
});
viewer.addListener('viewerReady', cross);
viewer.addListener('viewerReady', crambin);
window.addEventListener('resize', function() {
viewer.fitParent();
});
Expand Down

0 comments on commit 3d8037b

Please sign in to comment.