File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ return /******/ (function(modules) { // webpackBootstrap
124
124
/*
125
125
API wrapper above the app itself.
126
126
*/
127
-
128
- // import {reset} from './actions/points';
129
127
var API = function ( ) {
130
128
function API ( ) {
131
129
var o = arguments . length <= 0 || arguments [ 0 ] === undefined ? { } : arguments [ 0 ] ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import C from './constants';
6
6
import hash from './helpers/hash' ;
7
7
import fallbackTo from './helpers/fallback-to' ;
8
8
import defer from './helpers/defer' ;
9
- // import {reset} from './actions/points';
10
9
import addPointerDown from './helpers/add-pointer-down' ;
11
10
import transformPathSegments from './helpers/get-points-from-path' ;
12
11
You can’t perform that action at this time.
0 commit comments