Merge "(Bug 48941) Normalize whitespace in ext-tag attribute values."

This commit is contained in:
jenkins-bot 2013-06-01 13:39:04 +00:00 committed by Gerrit Code Review
commit 1a606ef147

View file

@ -257,11 +257,6 @@ References.prototype.handleReferences = function ( manager, pipelineOpts, refsTo
group = Util.tokensToString(group);
}
if ( group ) {
// have a String, strip whitespace
group = group.replace(/^\s*(.*)\s$/, '$1');
}
// Point invalid / empty groups to null
if ( ! group ) {
group = null;