Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

objects block Russian description Close #761 #762

Merged
merged 1 commit into from
Dec 26, 2014
Merged

objects block Russian description Close #761 #762

merged 1 commit into from
Dec 26, 2014

Conversation

Murdalay
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 1fca799 on issues/#761@v2 into 5f9e824 on v2.

@Murdalay
Copy link
Contributor Author

@tadatuta ping


Метод возвращает целевой объект с добавленными свойствами.

Например, метод `_calcDrawingCss` блока `popup_target_anchor` из библиотеки `bem-components` добавляет с помощью `extend` динамически вычисляемое значение свойству `display`:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

слишком сложный пример. давай что-нибудь типа

modules.require(['objects'], function(objects) {
    var o1 = { a : 1, b : 2 },
        o2 = { b : 3, c : 4 };

    console.log(objects.extend(o1, o2)); // { a : 1, b : 3, c : 4 }
});

@Murdalay
Copy link
Contributor Author

Done and squashed.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 761e914 on issues/#761@v2 into c9d219e on v2.

tadatuta added a commit that referenced this pull request Dec 26, 2014
objects block Russian description Close #761
@tadatuta tadatuta merged commit ff8a2a8 into v2 Dec 26, 2014
@tadatuta tadatuta deleted the issues/#761@v2 branch December 26, 2014 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants