Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
e229154e
Commit
e229154e
authored
Oct 17, 2018
by
Sascha Herzinger
Browse files
removes JSMethodCanBeStatic comments
parent
2cd71ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.js
View file @
e229154e
...
...
@@ -96,17 +96,13 @@ class FractalJS {
}
// FIXME: temporarily disabled. Focus on stabilizing core functionality for now.
// // noinspection JSMethodCanBeStatic
// chart2id (vm, callback) {
// return store.getters.stateManager.chart2id(vm, callback)
// }
//
// // noinspection JSMethodCanBeStatic
// id2chart (selector, stateID) {
// return store.getters.stateManager.id2chart(selector, stateID)
// }
// noinspection JSMethodCanBeStatic
/**
* For a given chart register a callback that accepts exactly one argument (the parameterDescription object)
* The callback is called every time the parameters of the chart change
...
...
@@ -118,7 +114,6 @@ class FractalJS {
store
.
getters
.
chartManager
.
getChartParamDescr
(
vm
,
callback
)
}
// noinspection JSMethodCanBeStatic
/**
* Update the given vm with the given parameter object.
* Example for parameter object: {ignoreSubsets: false, ...}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment