feat(babel6): 1,770 linter errors

This commit is contained in:
Evan Morikawa 2016-05-05 22:46:22 -07:00
parent b812a93850
commit 68cc2d4e60
3 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ class EditableList extends Component {
this._setStateAndFocus({creatingItem: false}, callback);
};
_setStateAndFocus = (state, callback = ()=> {}) => {
_setStateAndFocus = (state, callback = () => {}) => {
this.setState(state, () => {
this._focusSelf();
callback();

View file

@ -41,7 +41,7 @@ class ModalStore extends NylasStore {
});
};
openModal = ({component, height, width}, callback = ()=> {}) => {
openModal = ({component, height, width}, callback = () => {}) => {
const props = {
height: height,
width: width,

View file

@ -37,7 +37,7 @@ class PopoverStore extends NylasStore {
});
};
openPopover = (element, {originRect, direction, fallbackDirection, callback = ()=> {}}) => {
openPopover = (element, {originRect, direction, fallbackDirection, callback = () => {}}) => {
const props = {
direction,
originRect,