diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-06-30 13:44:52 -0400 |
---|---|---|
committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-06-30 13:44:52 -0400 |
commit | 592f95cf1c90d71dfdb68f4e4c9ca0cdd30a91bc (patch) | |
tree | 839bddf39bec6be2f3b9a59969f4e3d83aa6f297 /lib/auto.js | |
parent | b7081631c373bf459f1108824f870c62328ed8d6 (diff) | |
download | async-592f95cf1c90d71dfdb68f4e4c9ca0cdd30a91bc.tar.gz |
Implment queues using DLLs
Diffstat (limited to 'lib/auto.js')
-rw-r--r-- | lib/auto.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auto.js b/lib/auto.js index bb8ee87..70a8067 100644 --- a/lib/auto.js +++ b/lib/auto.js @@ -4,9 +4,9 @@ import indexOf from 'lodash/_baseIndexOf'; import isArray from 'lodash/isArray'; import okeys from 'lodash/keys'; import noop from 'lodash/noop'; -import once from './internal/once'; import rest from 'lodash/rest'; +import once from './internal/once'; import onlyOnce from './internal/onlyOnce'; /** |