Skip to content

Commit

Permalink
Merge pull request #285 from pkgw/qt-osx-fix
Browse files Browse the repository at this point in the history
pywwt/nbextension/static/wwt.html: remove trailing comma
  • Loading branch information
pkgw authored Jan 25, 2021
2 parents ad8a892 + 1640a51 commit e3c3e99
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pywwt/nbextension/static/wwt.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@
</script>

<script>

var wwt;
var wwt_ready = 0;

function initialize() {
wwt = wwtlib.WWTControl.initControl6(
'WWTCanvas', // divId
true, // startRenderLoop
true, // startRenderLoop
-28.9, // startLat (deg) -- galactic center
93.6, // startLng (deg) -- RA = 360 - lng
93.6, // startLng (deg) -- RA = 360 - lng
240.0, // startZoom -- 6 * (viewport height in deg)
'Sky', // startMode
'Sky' // startMode
);
wwt.add_ready(wwtReady);
wwt.add_ready(keyScroll);
Expand Down

0 comments on commit e3c3e99

Please sign in to comment.