Skip to content

Commit

Permalink
get snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
staniska committed Feb 23, 2021
1 parent a4cb7e4 commit 41b7143
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/sinumerik-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {resizeSLDComponents} from "./single-line-debug"
import View from './sinumerik';
import sinumerik from "./sinumerik";
import {drawChanges} from "./interpretator";
import {getSnippets} from "./snippets";

export default class SinumerikView {

Expand Down Expand Up @@ -358,6 +359,10 @@ export default class SinumerikView {
});
}

getSnip() {
getSnippets()
}

// Returns an object that can be retrieved when package is activated
serialize() {}

Expand Down

0 comments on commit 41b7143

Please sign in to comment.