Skip to content

Commit

Permalink
More style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
annedrewhu committed Feb 6, 2023
1 parent 86711f9 commit 73d8c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.ime.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
if ( typeof retval === 'string' ) {
return { noop: input === retval, output: retval };
}

return retval;
}

Expand All @@ -203,7 +204,6 @@

// Input string match test
if ( regex.test( input ) ) {

// Context test required?
if ( rule.length === 3 ) {
if ( new RegExp( rule[ 1 ] + '$' ).test( context ) ) {
Expand Down

0 comments on commit 73d8c73

Please sign in to comment.