ES6 Stuff

This commit is contained in:
AlexKvazos
2015-05-19 20:05:53 -05:00
parent 8b0e87e986
commit 127e163f73
17 changed files with 45 additions and 46 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module.exports = (string) => {
export default (string) => {
var dictionary = {
let dictionary = {
'black': 0,
'dark_blue': 1,
'dark_green': 2,