Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / feed-viewer / FeedWindow.js
index 8c463dd..a253eab 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -55,7 +55,7 @@ FeedWindow = function() {
 \r
         buttons:[{\r
             text: 'Add Feed!',\r
-            handler: this.onAdd,\r
+            handler: this.onFeedAdd,\r
             scope: this\r
         },{\r
             text: 'Cancel',\r
@@ -84,7 +84,7 @@ Ext.extend(FeedWindow, Ext.Window, {
         FeedWindow.superclass.show.apply(this, arguments);\r
     },\r
 \r
-    onAdd: function() {\r
+    onFeedAdd: function() {\r
         this.el.mask('Validating Feed...', 'x-mask-loading');\r
         var url = this.feedUrl.getValue();\r
         Ext.Ajax.request({\r
@@ -125,4 +125,4 @@ Ext.extend(FeedWindow, Ext.Window, {
         }\r
         this.markInvalid();\r
     }\r
-});
\ No newline at end of file
+});\r