diff --git a/techs/bemxjst/bemhtml-i18n.js b/techs/bemxjst/bemhtml-i18n.js index 64e760c..79babf8 100644 --- a/techs/bemxjst/bemhtml-i18n.js +++ b/techs/bemxjst/bemhtml-i18n.js @@ -53,7 +53,6 @@ var EOL = require('os').EOL, * * // collect and merge keysets files into bundle * node.addTechs([ - * [ Keysets, { lang: 'all' } ], * [ Keysets, { lang: '{lang}' } ] * ]); * diff --git a/techs/bh-bundle-i18n.js b/techs/bh-bundle-i18n.js index f7c5f2f..50b43b9 100644 --- a/techs/bh-bundle-i18n.js +++ b/techs/bh-bundle-i18n.js @@ -56,7 +56,6 @@ var vow = require('vow'), * * // collect and merge keysets files into bundle * node.addTechs([ - * [ Keysets, { lang: 'all' } ], * [ Keysets, { lang: '{lang}' } ] * ]); * diff --git a/techs/bh-commonjs-i18n.js b/techs/bh-commonjs-i18n.js index d5d2d30..a8f5b67 100644 --- a/techs/bh-commonjs-i18n.js +++ b/techs/bh-commonjs-i18n.js @@ -52,7 +52,6 @@ var EOL = require('os').EOL, * * // collect and merge keysets files into bundle * node.addTechs([ - * [ Keysets, { lang: 'all' } ], * [ Keysets, { lang: '{lang}' } ] * ]); * diff --git a/techs/xjst/bemhtml-i18n.js b/techs/xjst/bemhtml-i18n.js index af48b4e..84b0794 100644 --- a/techs/xjst/bemhtml-i18n.js +++ b/techs/xjst/bemhtml-i18n.js @@ -49,7 +49,6 @@ var EOL = require('os').EOL, * * // collect and merge keysets files into bundle * node.addTechs([ - * [ Keysets, { lang: 'all' } ], * [ Keysets, { lang: '{lang}' } ] * ]); *