-
Notifications
You must be signed in to change notification settings - Fork 8
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
д/з 5 - Belousov Alexey #5
base: master
Are you sure you want to change the base?
Conversation
Может кто-нибудь подсказать, как в WebStorm'e правильно написать jsdoc для модуля в require.js, чтобы он понимал тип передаваемой зависимости по названию модуля. Например, чтобы MyUserModel определялось как User и работал переход по модуль define('app/user', [], function() {
/**
* @class User
* @constructor
*/
var User = function() {}
return User;
}); вызов require(['app/user'], function(MyUserModel) {..}); если заменить |
Тебя хабр не забанил? :) |
Нет :) Стоит задержка в 650 мс между запросами |
Каждое нажатие на resume увеличивает скорость "сбора". |
Для запуска необходимо на странице http://habrahabr.ru/users/ в адресную строку вставить следующий код(как вариант можно запустить через консоль)