code climate

This commit is contained in:
Devin Howard 2016-10-01 13:47:16 +08:00
parent bb013787b6
commit 8f230736dc
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,3 @@
import Active from './Active'
const AutoLayout = {
nextX: 0,
nextY: 0,
@ -61,7 +59,7 @@ const AutoLayout = {
}
}
},
coordsTaken: function(x, y, map) {
coordsTaken: function (x, y, map) {
const mappings = map.getMappings()
if (mappings.findWhere({ xloc: x, yloc: y })) {
return true

View file

@ -65,8 +65,7 @@ const PasteInput = {
// just try to see if CSV works
Import.handleCSV(text)
}
},
}
}
export default PasteInput