MDL-57604 mod_assign: fix empty case in user selector
authorDan Poltawski <dan@moodle.com>
Wed, 18 Jan 2017 07:42:52 +0000 (07:42 +0000)
committerDan Poltawski <dan@moodle.com>
Wed, 18 Jan 2017 07:47:00 +0000 (07:47 +0000)
commitfef57181821e87ebee9bfeda7b8fddf732067715
tree77078d3bda9e853e65bc279338be367b2fdd1612
parent76bab368965add7e6d6df1a02ee328c5d260efe8
MDL-57604 mod_assign: fix empty case in user selector

Sadly the js arguments object gives an arguments.length of 1 when
no arguments are passed, so we have to explicitly check for it.
mod/assign/amd/build/participant_selector.min.js
mod/assign/amd/src/participant_selector.js