Skip to content

Commit

Permalink
remove accelerators
Browse files Browse the repository at this point in the history
  • Loading branch information
ppot committed Feb 15, 2017
1 parent 0e95f83 commit 36d7a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 138 deletions.
136 changes: 0 additions & 136 deletions app/accelerators.js

This file was deleted.

4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {Provider} from 'react-redux';
import React from 'react';
import {render} from 'react-dom';

import KeymapManager from '../keymaps/keymap-manager';
import rpc from './rpc';
import init from './actions/index';
import * as config from './utils/config';
Expand All @@ -16,14 +17,13 @@ import {addNotificationMessage} from './actions/notifications';
import {loadConfig, reloadConfig} from './actions/config';
import HyperContainer from './containers/hyper';
import configureStore from './store/configure-store';
import KeymapManager from '../keymaps/keymap-manager';

// Disable pinch zoom
webFrame.setZoomLevelLimits(1, 1);

const store_ = configureStore();

window.keymapManager = new KeymapManager();
window.keymapManager = new KeymapManager();
window.store = store_;
window.rpc = rpc;
window.config = config;
Expand Down

0 comments on commit 36d7a92

Please sign in to comment.