upd: note.js
typo
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ export function validateNote() {
|
|||||||
* @return {void} This function does not return anything.
|
* @return {void} This function does not return anything.
|
||||||
*/
|
*/
|
||||||
export function newNote() {
|
export function newNote() {
|
||||||
notes = document.querySelector('#notes');
|
var notes = document.querySelector('#notes');
|
||||||
notes.text = '';
|
notes.text = '';
|
||||||
notes.value = '';
|
notes.value = '';
|
||||||
state.references = {};
|
state.references = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user