-
4 Feb 2013 2:00 AM #1
Nitpicking: pointless double assignment in form/Basic.js
Nitpicking: pointless double assignment in form/Basic.js
Casually browsing form/Basic.js source in ExtJS 4.2.0 beta2 I saw the following code in the getValues() method:
Code:if (isArray(val)) { values[name] = values[name] = bucket.concat(val); } else { bucket.push(val); }
-
6 Feb 2013 3:18 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
Thanks for the report! We will clean that bit up. I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-8545
in
4.2.0 Sprint 3.


Reply With Quote