[Build] Remove obsolete argument

...which incidentally triggers JSHint errors
This commit is contained in:
Victor Woeltjen 2016-03-04 10:56:51 -08:00
parent 72ef134750
commit f6898d16c9

@ -67,7 +67,7 @@ define(
// On a phone, bubble takes up more screen real estate,
// so position it differently (toward the bottom)
if (this.agentService.isPhone(navigator.userAgent)) {
if (this.agentService.isPhone()) {
position = MOBILE_POSITION;
options = {};
}