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

Russian description for functions block Close #811 #834

Merged
merged 1 commit into from
Feb 16, 2015
Merged

Conversation

Murdalay
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.21% when pulling f13fe29 on issues/#811@v2 into b111222 on v2.


### `isFunction`

Метод проверяет является ли переданный ему аргументом объект функцией. В случае, если является, метод возвращает `true`.
Copy link
Member

Choose a reason for hiding this comment

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

,

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.45% when pulling a787f97 on issues/#811@v2 into 91df334 on v2.

@Murdalay
Copy link
Contributor Author

I've updated the functions.noop description. Hope it's good enough.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.45% when pulling 67cb6a9 on issues/#811@v2 into 000c6af on v2.


### `isFunction`

Метод проверяет, является ли переданный ему аргументом объект функцией. В случае, если является, метод возвращает `true`.
Copy link
Member

Choose a reason for hiding this comment

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

По-моему, второе предложение лишнее. А то так и хочется дописать до маразма:
"В случае, если является, метод возвращает true, в случае если не является, возвращается false"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

С одной стороны, согласен, что это кажется очевидным, с другой, это минимальный формализм. По моему, явно прописав логическое соответствие возвращаемого значения мы экономим процессорное время читателя)

Copy link
Contributor

Choose a reason for hiding this comment

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

Ка на счёт "Метод возвращает булево значение"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Для булева значения тоже есть минимум два варианта соответствия))

'inited' : function() {
this.bindTo('pointermove', throttle(this._heavyLoad, 300));
}
},
Copy link
Member

Choose a reason for hiding this comment

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

лишняя , осталась

tadatuta added a commit that referenced this pull request Feb 16, 2015
Russian description for functions block Close #811
@tadatuta tadatuta merged commit 4b25b37 into v2 Feb 16, 2015
@tadatuta tadatuta deleted the issues/#811@v2 branch February 16, 2015 11:32
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.

5 participants