Last active
August 29, 2015 14:01
-
-
Save tavriaforever/14168c54105f53dfcdde to your computer and use it in GitHub Desktop.
Если вам нужно поддерживать в проекте IE < 9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// В вашем 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