Skip to content

Commit 28bba6c

Browse files
committed
removing missed function in merge
1 parent ec5e1c4 commit 28bba6c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

js/models/message_handler.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ export default class MessageHandler {
3838
this.aladin.gotoRaDec(msg["ra"], msg["dec"]);
3939
}
4040

41-
handleChangeRotation(msg) {
42-
this.aladin.setRotation(msg["rotation"]);
43-
}
44-
4541
async handleSaveViewAsImage(msg) {
4642
const path = msg["path"];
4743
const format = msg["format"];

0 commit comments

Comments
 (0)