add 'empty' comments to comply with ESLint's no-empty rule

This commit is contained in:
Chris Rebert 2015-04-06 16:58:59 -07:00
Родитель 228b6a6088
Коммит 70fd4caf99
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -199,6 +199,7 @@ var LocationIndex = _location.LocationIndex;
}
catch (e) {
// deliberately do nothing
// empty
}
return theWindow;
@ -447,6 +448,7 @@ var LocationIndex = _location.LocationIndex;
}
catch (e) {
// deliberately do nothing
// empty
}
/* @covignore */
if (theWindow) {
@ -459,6 +461,7 @@ var LocationIndex = _location.LocationIndex;
}
catch (e) {
// skip; not actually jQuery?
// empty
}
if (globalVersion) {
// pad out short version numbers (e.g. '1.7')
@ -472,6 +475,7 @@ var LocationIndex = _location.LocationIndex;
}
catch (e) {
// invalid version number
// empty
}
if (upToDate === false) {
reporter(OLD_JQUERY);