Final updates for v2.0 #29
+1
-1
@@ -198,7 +198,7 @@ export function validateNote() {
|
||||
* @return {void} This function does not return anything.
|
||||
*/
|
||||
export function newNote() {
|
||||
notes = document.querySelector('#notes');
|
||||
var notes = document.querySelector('#notes');
|
||||
notes.text = '';
|
||||
notes.value = '';
|
||||
state.references = {};
|
||||
|
||||
Reference in New Issue
Block a user