From bb59c4708d0a92cac1edf6198ca0a543a849693f Mon Sep 17 00:00:00 2001 From: Chris Houston Date: Wed, 1 Aug 2018 00:30:44 -0400 Subject: [PATCH] Just triggering AppVeyor :) As per my other pull request, pretty sure the one unit test failed due to it running close to midnight on the last day of the month. --- .../directives/components/forms/checklistmodel.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/forms/checklistmodel.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/forms/checklistmodel.directive.js index 6ab6e1cad7..a89477b001 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/forms/checklistmodel.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/forms/checklistmodel.directive.js @@ -19,7 +19,7 @@ angular.module('umbraco.directives') return false; } - // add + // add function add(arr, item) { arr = angular.isArray(arr) ? arr : []; for (var i = 0; i < arr.length; i++) {