Roo/LoadMask.js
authorAlan Knowles <alan@roojs.com>
Fri, 2 Aug 2013 08:36:35 +0000 (16:36 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Aug 2013 08:36:35 +0000 (16:36 +0800)
Roo/LoadMask.js

index 1ed8ef2..50c0f74 100644 (file)
@@ -77,6 +77,8 @@ Roo.LoadMask.prototype = {
     
     onLoadException : function()
     {
+        Roo.log(arguments);
+        
         if (this.store && typeof(this.store.reader.jsonData.errorMsg) != 'undefined') {
             Roo.MessageBox.alert("Error loading",this.store.reader.jsonData.errorMsg);
         }