You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/04/13 15:41:39 UTC

svn commit: r1738942 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js

Author: orudyy
Date: Wed Apr 13 13:41:39 2016
New Revision: 1738942

URL: http://svn.apache.org/viewvc?rev=1738942&view=rev
Log:
QPID-6983: Fix 'deleted' attribute getter in WhereCriteria widget

Modified:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js?rev=1738942&r1=1738941&r2=1738942&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js Wed Apr 13 13:41:39 2016
@@ -84,7 +84,7 @@ function(declare, array, lang, string, t
                                        this.inherited(arguments);
                                        this._postCreate();
                                      },
-                        _getDeletedAttr()
+                        _getDeletedAttr: function()
                                      {
                                        return this._deleted;
                                      },



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org