From 594f3b8ec2d5c84b95120b40951f4394f1c85efd Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 23 Mar 2016 19:30:20 -0700 Subject: [PATCH] [Frontend] Corrected wrong unicode value #781 --- platform/features/layout/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/layout/bundle.js b/platform/features/layout/bundle.js index dc7a8bd925..96ed8f4ea8 100644 --- a/platform/features/layout/bundle.js +++ b/platform/features/layout/bundle.js @@ -129,7 +129,7 @@ define([ }, { "name": "Move Down", - "glyph": "\u005e", + "glyph": "\u0076", "key": "down" }, {