Searched refs:newDesc (Results 1 – 3 of 3) sorted by relevance
153 var newDesc = prompt("Enter Description:", currentText);154 if (newDesc !== null) {155 $desc.text(newDesc || "Click to add description...");
207 this.fileHandle.getFile().then(mxUtils.bind(this, function(newDesc) argument211 if (this.desc.lastModified == newDesc.lastModified)
11334 $description = $newDesc ?: $existingEventData['description'];