Skip to content

Instantly share code, notes, and snippets.

@tavriaforever
Last active August 29, 2015 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tavriaforever/14168c54105f53dfcdde to your computer and use it in GitHub Desktop.
Save tavriaforever/14168c54105f53dfcdde to your computer and use it in GitHub Desktop.
Если вам нужно поддерживать в проекте IE < 9
// В вашем bemjson пишем, внутри блока PAGE, один из его элементов js
[
'<!--[if lt IE 9]>',
{ elem : 'js', url : '//yandex.st/es5-shims/0.0.1/es5-shims.min.js' },
'<![endif]-->'
]
// Профит! Теперь можно пользоваться js методами типа map, reduce, some и т.д.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment