Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
KimGressens committed Sep 7, 2015
1 parent 9efe2bc commit c7b700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ angular.module("rt.select2", [])
var isMultiple = angular.isDefined(attrs.multiple) || opts.multiple;

opts.multiple = isMultiple;

// make sure ngrequired validation works
if (isMultiple) {
controller.$isEmpty = function (value) {
Expand Down

0 comments on commit c7b700f

Please sign in to comment.