Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Jun 6, 2017
1 parent 3965500 commit e7b8de1
Show file tree
Hide file tree
Showing 14 changed files with 129 additions and 124 deletions.
3 changes: 2 additions & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46072,6 +46072,7 @@ function toggleAll(_ref3) {
var projectId = _ref3.projectId,
value = _ref3.value;

console.log(value);
return function (dispatch, getState) {
dispatch({
type: 'CHANGES/TOGGLE_ALL_CHANGED_FILES',
Expand Down Expand Up @@ -88916,7 +88917,7 @@ var _default = function _default() {
});
case 'STORE/REMOVE':
return _icepick2.default.updateIn(state, (0, _toPath3.default)(action.payload.model), function (item) {
return _icepick2.default.splice(item, action.payload.index);
return _icepick2.default.splice(item, action.payload.index, 1);
});
default:
return state;
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/renderer/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/renderer/css/menubar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/renderer/css/vendor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/renderer/css/vendor.css.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/renderer/js/0.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/renderer/js/1.js

Large diffs are not rendered by default.

Loading

0 comments on commit e7b8de1

Please sign in to comment.