View Full Version : [FIXED] Build 353: Controller userAlias inserts extra comma
Sottilde
2 Apr 2012, 8:25 AM
Just an FYI - As of Build 353 (and not previous builds), there is an extra comma inserted if you define a userAlias in your controllers.
See the attached screenshot.
33464
aconran
2 Apr 2012, 8:40 AM
Thanks for the bug report, we'll get this addressed.
aconran
2 Apr 2012, 2:03 PM
Please verify this in #355.
CasualNetworks
2 Apr 2012, 3:36 PM
I was able to reproduce this in 355
1.) Add a controller
2.) Add an Alias
3.) Add a function
4) Provide Name for function
5.) Click on Code View
6.) Click on Controller
Ext.define('MyApp.controller.MyController', {
extend: 'Ext.app.Controller',
alias: 'controller.test',
,
test: function() {
}
});
aconran
2 Apr 2012, 3:40 PM
Reproduced, thanks.
aconran
3 Apr 2012, 2:04 PM
This is fixed in >= 357. Coming to the beta channel soon.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.