sync
[roojs1] / Roo / Template.js
index 7401c4a..597f93a 100644 (file)
@@ -77,8 +77,9 @@ Roo.Template.prototype = {
             return this.html.replace(this.re, fn);
         } catch (e) {
             Roo.log(e);
+            throw e;
         }
-        return '';
+         
     },
     
     /**