From 5b8ae88393455d5675070cb5188a07d78de1835a Mon Sep 17 00:00:00 2001 From: Nguyen Tien Dung Date: Wed, 10 May 2017 19:28:27 +0700 Subject: [PATCH] Increase version number --- app/views/EditPageNoteDialog.js | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/EditPageNoteDialog.js b/app/views/EditPageNoteDialog.js index dd2ed916..0159a494 100644 --- a/app/views/EditPageNoteDialog.js +++ b/app/views/EditPageNoteDialog.js @@ -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(); @@ -203,7 +203,7 @@ function EditPageNoteDialog () { } thiz.runEditorCommand("formatBlock", value); }, false); - + } __extend(Dialog, EditPageNoteDialog); diff --git a/appveyor.yml b/appveyor.yml index 1d8163a3..0be68296 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.1+{build} +version: 3.0.2+{build} platform: - x64