[gnome-maps/exp/mlundblad/break-tests] utils: Test breaking test...



commit 41a8bb67fd78097f3a66916ac0e7bd03d6fdc1a2
Author: Marcus Lundblad <ml update uu se>
Date:   Thu May 7 22:50:05 2020 +0200

    utils: Test breaking test...

 src/utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/utils.js b/src/utils.js
index 9feace07..b2636904 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -164,7 +164,7 @@ function activateAction(appId, action, parameter, timestamp) {
 
 function dashedToCamelCase(name) {
     return name.replace(/(-.)/g, function(x) {
-        return x[1].toUpperCase();
+        return x;
     });
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]