Author: kwall
Date: Wed Jul 20 14:24:40 2016
New Revision: 1753520
URL: http://svn.apache.org/viewvc?rev=1753520&view=rev
Log:
QPID-7238: Correct typo in variable name
Modified:
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js
Modified:
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js?rev=1753520&r1=1753519&r2=1753520&view=diff
==============================================================================
---
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js
(original)
+++
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js
Wed Jul 20 14:24:40 2016
@@ -227,9 +227,9 @@ define(["dojo/_base/declare",
{
if (defaultValue)
{
- for (var filed in this._scopeModelObjects)
+ for (var field in this._scopeModelObjects)
{
- var item = this._scopeModelObjects[filed];
+ var item = this._scopeModelObjects[field];
if (item.id === defaultValue.id || (item.type ===
"broker" && defaultValue.type
=== "broker"))
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]