Skip to content

Conversation

arschmitz
Copy link
Member

Fixes various issues with controlgroups

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @jzaefferer, @apsdehal and @scottgonzalez to be potential reviewers

$.each( classes, function( key ) {
var current = instance.options.classes[ key ] || "";
current = current.replace( removeClassRegex, "" ).trim();
classes[ key ] = ( current + " " + classes[ key ] ).replace( / +/g, " " );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you switch the space literal to \s in the regex?

@arschmitz arschmitz force-pushed the controlgroup-fixes branch from f562914 to 034d20d Compare May 25, 2016 14:33
@scottgonzalez
Copy link
Member

Looks good.

@arschmitz arschmitz closed this in 7d5e6d2 May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants