mirror of
https://github.com/flynx/features.js.git
synced 2025-10-28 18:00:11 +00:00
Compare commits
4 Commits
c9768c0ced
...
140b299631
| Author | SHA1 | Date | |
|---|---|---|---|
| 140b299631 | |||
| dab32ac3fd | |||
| 7e28e28606 | |||
| b6b21c2c6d |
7
.editorconfig
Executable file
7
.editorconfig
Executable file
@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[**]
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2016-2019, Alex A. Naanou
|
||||
Copyright (c) 2016-2023, Alex A. Naanou
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@ -381,7 +381,7 @@ XXX
|
||||
|
||||
[BSD 3-Clause License](./LICENSE)
|
||||
|
||||
Copyright (c) 2018+, Alex A. Naanou,
|
||||
Copyright (c) 2016-2023, Alex A. Naanou,
|
||||
All rights reserved.
|
||||
|
||||
|
||||
|
||||
@ -1115,7 +1115,6 @@ object.Constructor('FeatureSet', {
|
||||
gvGraph: function(lst, dep){
|
||||
lst = lst || this.features
|
||||
dep = dep || this
|
||||
|
||||
var graph = ''
|
||||
graph += 'digraph ImageGrid {\n'
|
||||
lst
|
||||
@ -1128,7 +1127,6 @@ object.Constructor('FeatureSet', {
|
||||
graph += `\t"${f}" -> "${d}";\n` })
|
||||
: (graph += `\t"${f}";\n`) })
|
||||
graph += '}'
|
||||
|
||||
return graph },
|
||||
})
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/flynx/features.js#readme",
|
||||
"dependencies": {
|
||||
"ig-actions": "^3.24.29",
|
||||
"ig-object": "^5.4.16"
|
||||
"ig-actions": "*",
|
||||
"ig-object": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user