From 0a7657b9ddf486ee7840d5b10817d59f1c7d3a7e Mon Sep 17 00:00:00 2001 From: Chet Zema Date: Fri, 29 Apr 2016 13:11:03 -0400 Subject: [PATCH] Export symbolize in publicApi Allow users to access the symbolize method so they can use the exact same symbols as used in the cheatsheet. --- src/hotkeys.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotkeys.js b/src/hotkeys.js index 5b27ec1..0291aa7 100644 --- a/src/hotkeys.js +++ b/src/hotkeys.js @@ -586,6 +586,7 @@ templateTitle : this.templateTitle, pause : pause, unpause : unpause + symbolize : symbolize }; return publicApi;