Fixin imports in invoke. (#3001)

This commit is contained in:
Michał Lipiński
2017-02-13 17:03:41 +01:00
committed by John-David Dalton
parent 4f3ef2e8d8
commit 3411cce1d2

View File

@@ -1,8 +1,8 @@
import apply from './apply.js' import apply from './.internal/apply.js'
import castPath from './castPath.js' import castPath from './.internal/castPath.js'
import last from '../last.js' import last from './last.js'
import parent from './parent.js' import parent from './.internal/parent.js'
import toKey from './toKey.js' import toKey from './.internal/toKey.js'
/** /**
* Invokes the method at `path` of `object`. * Invokes the method at `path` of `object`.