Skip to content

Commit

Permalink
#50 Fix pr notations from @blond
Browse files Browse the repository at this point in the history
  • Loading branch information
tormozz48 committed Jul 30, 2015
1 parent dbb9dca commit 41f773c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion techs/bemxjst/bemhtml-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var EOL = require('os').EOL,
*
* // collect and merge keysets files into bundle
* node.addTechs([
* [ Keysets, { lang: 'all' } ],
* [ Keysets, { lang: '{lang}' } ]
* ]);
*
Expand Down
1 change: 0 additions & 1 deletion techs/bh-bundle-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ var vow = require('vow'),
*
* // collect and merge keysets files into bundle
* node.addTechs([
* [ Keysets, { lang: 'all' } ],
* [ Keysets, { lang: '{lang}' } ]
* ]);
*
Expand Down
1 change: 0 additions & 1 deletion techs/bh-commonjs-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ var EOL = require('os').EOL,
*
* // collect and merge keysets files into bundle
* node.addTechs([
* [ Keysets, { lang: 'all' } ],
* [ Keysets, { lang: '{lang}' } ]
* ]);
*
Expand Down
1 change: 0 additions & 1 deletion techs/xjst/bemhtml-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var EOL = require('os').EOL,
*
* // collect and merge keysets files into bundle
* node.addTechs([
* [ Keysets, { lang: 'all' } ],
* [ Keysets, { lang: '{lang}' } ]
* ]);
*
Expand Down

0 comments on commit 41f773c

Please sign in to comment.