-
7 Oct 2010 3:51 AM #1
[FIXED-405] A trailing comma
[FIXED-405] A trailing comma
On line 34712 in the ext-touch-debug-w-comments.js file there is an extra trailing comma sign.
I know im really picky, but my obfuscator started to complain
-
7 Oct 2010 10:40 AM #2
Thanks for the formatting report.
-
7 Oct 2010 12:52 PM #3
It would help if you specify which version, on 0.96:
Code:var items = this.getLayoutItems(), // <34712 ln = items.length, i;Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
7 Oct 2010 2:04 PM #4
Really sorry about that ...
Its in 0.96 version, but i forgot that I had modified the file and added some code ...
The correct linenumber is 34695.
Code:getTarget : function() { return this.owner.getTargetEl(); }, });
-
7 Oct 2010 2:22 PM #5
Seems it's already corrected in source control, will be part of the next release, thanks!
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[DUPE] When defining a Store, baseParam and paramName don't have trailing comma
By devtig in forum Ext Designer: BugsReplies: 1Last Post: 21 May 2010, 9:43 AM -
[FIXED-138] JSONStore baseParams missing trailing comma in code
By michael_w_rickman in forum Ext Designer: BugsReplies: 1Last Post: 13 May 2010, 9:12 AM -
works in ff, not in ie - not trailing comma
By djfiii in forum Ext 2.x: Help & DiscussionReplies: 6Last Post: 26 Feb 2008, 9:10 AM -
Leading comma or Trailing comma: that is the question.
By jsakalos in forum Community DiscussionReplies: 19Last Post: 1 Dec 2007, 3:48 PM


Reply With Quote