- Code: Select all
Ext.extend(A, B, {
f: function() {
// comment
var v1;
},
f2: function() {
var v2;
}
});
If you delete comment or change it to /* */ everything will be fine after formatting.
Please, fix it ASAP, because it shifts all our formatting!
Ext.extend(A, B, {
f: function() {
// comment
var v1;
},
f2: function() {
var v2;
}
});f1('v', function() {
if (i) {
// comment
f2();
}
});
{
var v = f([{
a: 1
},
/*{
b: 2,
},*/
{
c: 3
}]);
}Users browsing this forum: Yahoo [Bot] and 1 guest