Add a warning about using >ES7 javascript features on ios mobile
This commit is contained in:
parent
945240c76b
commit
0e16706132
|
@ -15,7 +15,7 @@
|
|||
"DOM",
|
||||
"ES5",
|
||||
"ES6",
|
||||
"ES7" //ES7 is the latest javascript version supported by the Obsidian IOS mobile app
|
||||
"ES7" //ES7 is the latest javascript version supported by the Obsidian iOS mobile app
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
|
|
Loading…
Reference in New Issue