Клуб пользователей блока «Поделиться»

updateContent -> share.js:formatted:2272Uncaught TypeError: this._options.merge is not a function

собственно, сабж. не работает, попробовал в хроме и фф. раньше работало..

<html>
<head>
    <script src="https://yastatic.net/share2/share.js"></script>
</head>
<body>
<div id='yashare2' class='ya-share2'>
</body>
<script>
    var yashare = Ya.share2('yashare2',{
        content: {
        url: "http://www.ya.ru",
        title: 'come, come',
        description: "go go",
    },
    theme: {
        lang: 'en',
        size: 'm',
        services: "facebook,twitter,gplus",
        },
    });
    yashare.updateContent({url:'http://www.123.com'});
</script>
</html>