From d72aebbeb34b336acc95644b4cf25a30483d05ce Mon Sep 17 00:00:00 2001 From: kirsan Date: Mon, 27 Jun 2011 09:15:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=B1=D1=80=D0=B0=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BA=20jQuery=20=D1=81=20=D1=83=D1=87?= =?UTF-8?q?=D1=91=D1=82=D0=BE=D0=BC=20=D0=B3=D0=BB=D0=BE=D0=B1=D0=B0=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/skin/developer-jquery/js/stream.js | 2 +- templates/skin/developer-jquery/js/userfeed.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/skin/developer-jquery/js/stream.js b/templates/skin/developer-jquery/js/stream.js index 48f97d88..b3c82099 100644 --- a/templates/skin/developer-jquery/js/stream.js +++ b/templates/skin/developer-jquery/js/stream.js @@ -65,4 +65,4 @@ ls.stream =( function ($) { }.bind(this)); } return this; -}).call(ls.stream || {},$); \ No newline at end of file +}).call(ls.stream || {},jQuery); \ No newline at end of file diff --git a/templates/skin/developer-jquery/js/userfeed.js b/templates/skin/developer-jquery/js/userfeed.js index f20aa7ba..640c75d6 100644 --- a/templates/skin/developer-jquery/js/userfeed.js +++ b/templates/skin/developer-jquery/js/userfeed.js @@ -58,4 +58,4 @@ ls.userfeed =( function ($) { }.bind(this)); } return this; -}).call(ls.userfeed || {},$); \ No newline at end of file +}).call(ls.userfeed || {},jQuery); \ No newline at end of file