Add a warning that javascript features added after ES7 will not work on the IOS mobile app
This commit is contained in:
parent
866d3b8f0d
commit
945240c76b
|
@ -15,7 +15,7 @@
|
||||||
"DOM",
|
"DOM",
|
||||||
"ES5",
|
"ES5",
|
||||||
"ES6",
|
"ES6",
|
||||||
"ES7"
|
"ES7" //ES7 is the latest javascript version supported by the Obsidian IOS mobile app
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
Loading…
Reference in New Issue