fix(systems): fixed eslint warning and filename issue

This commit is contained in:
OldHawk
2018-01-27 15:45:20 +08:00
parent cb10cfc989
commit d669cedd67

View File

@@ -147,7 +147,7 @@
* getMarkedConfigContent
* @returns {*}
*/
vm.getMarkedConfigContent = function(){
vm.getMarkedConfigContent = function () {
return marked(vm.systemConfigContentValue, {sanitize: true});
};