summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJens Klaer <kj.landwehr.software@gmail.com>2015-08-10 11:11:07 +0200
committerJens Klaer <kj.landwehr.software@gmail.com>2015-08-10 11:11:07 +0200
commit5e9d9802c4b17c5057061e30f92d48c8a3bbd052 (patch)
treef5e7ce7748354f8178f82604db0807082d8adfc9 /framework
parentc730effe98fe07d0730e1a5d4c763e1f04a9cfba (diff)
Fixed prototype to jquery leftover
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/Javascripts/source/prado/controls/htmlarea.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/Javascripts/source/prado/controls/htmlarea.js b/framework/Web/Javascripts/source/prado/controls/htmlarea.js
index 7bf820ab..aa0a5d47 100644
--- a/framework/Web/Javascripts/source/prado/controls/htmlarea.js
+++ b/framework/Web/Javascripts/source/prado/controls/htmlarea.js
@@ -108,8 +108,8 @@ Prado.WebUI.THtmlArea = jQuery.klass(Prado.WebUI.Control,
ajaxresponder: function(request)
{
- if(request && (request instanceof Prado.AjaxRequest))
- obj.checkInstance();
+ if(request && (request instanceof Prado.CallbackRequest))
+ this.checkInstance();
},
onDone: function()