- Code comments: Coding standards within

- Refactoring (minor): Use single quotes in PHP
This commit is contained in:
Brett Zamir
2018-05-31 07:52:13 +08:00
parent 8f53e34c0c
commit a5c25a2113
6 changed files with 31 additions and 31 deletions

View File

@@ -2145,8 +2145,8 @@ editor.init = function () {
break;
// TODO: Update values that change on move/resize, etc
// case "select":
// case "resize":
// case 'select':
// case 'resize':
// break;
}
}
@@ -5121,7 +5121,7 @@ editor.init = function () {
updateCanvas(true);
// });
// const revnums = "svg-editor.js ($Rev$) ";
// const revnums = 'svg-editor.js ($Rev$) ';
// revnums += svgCanvas.getVersion();
// $('#copyright')[0].setAttribute('title', revnums);