Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrainiac committed May 10, 2017
1 parent f861dbc commit 5b8ae88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/EditPageNoteDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function EditPageNoteDialog () {
return n.getAttribute && n.getAttribute("command");
});
if (!node) return;
var command = node.getAttribute("command");ns
var command = node.getAttribute("command");
var arg = node.hasAttribute("arg") ? node.getAttribute("arg") : undefined;
if(command == "createlink") {
var sel = window.document.getSelection();
Expand Down Expand Up @@ -203,7 +203,7 @@ function EditPageNoteDialog () {
}
thiz.runEditorCommand("formatBlock", value);
}, false);

}
__extend(Dialog, EditPageNoteDialog);

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.1+{build}
version: 3.0.2+{build}

platform:
- x64
Expand Down

0 comments on commit 5b8ae88

Please sign in to comment.