MCPcopy Index your code
hub / github.com/JLiscom/OpenNote / saveButton

Function saveButton

openNote/controllers/noteController.js:36–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 * Returns the save buttons object
35 */
36 var saveButton = function() {
37 return {
38 id: "save",
39 text: "Save",
40 action: function() {
41 save();
42 }
43 };
44 };
45
46 var copyButton = function(note) {
47 return {

Callers 1

activateEditModeFunction · 0.85

Calls 1

saveFunction · 0.85

Tested by

no test coverage detected