feature(package) add for-each-key from npm

This commit is contained in:
coderaiser 2018-04-04 18:03:12 +03:00
parent f694857e63
commit 11c249c8f0
5 changed files with 4 additions and 64 deletions

View file

@ -8,7 +8,7 @@ const {
Dialog,
} = DOM;
const forEachKey = require('../../../common/for-each-key');
const forEachKey = require('for-each-key/legacy');
const {
TITLE,
} = CloudCmd;