Skip to content

Commit b57f6fa

Browse files
committed
⏪ remove reset action
1 parent e9a8aa6 commit b57f6fa

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

app/build/mojs-curve-editor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ return /******/ (function(modules) { // webpackBootstrap
124124
/*
125125
API wrapper above the app itself.
126126
*/
127-
128-
// import {reset} from './actions/points';
129127
var API = function () {
130128
function API() {
131129
var o = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];

app/js/actions/points.babel.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/js/app.babel.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import C from './constants';
66
import hash from './helpers/hash';
77
import fallbackTo from './helpers/fallback-to';
88
import defer from './helpers/defer';
9-
// import {reset} from './actions/points';
109
import addPointerDown from './helpers/add-pointer-down';
1110
import transformPathSegments from './helpers/get-points-from-path';
1211

0 commit comments

Comments
 (0)