1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00

Исправление обращения к jQuery с учётом глобального контекста

This commit is contained in:
kirsan 2011-06-27 09:15:57 +00:00
parent a0c90232a9
commit d72aebbeb3
2 changed files with 2 additions and 2 deletions

View file

@ -65,4 +65,4 @@ ls.stream =( function ($) {
}.bind(this));
}
return this;
}).call(ls.stream || {},$);
}).call(ls.stream || {},jQuery);

View file

@ -58,4 +58,4 @@ ls.userfeed =( function ($) {
}.bind(this));
}
return this;
}).call(ls.userfeed || {},$);
}).call(ls.userfeed || {},jQuery);