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.
This commit is contained in:
Chris Houston
2018-08-01 00:30:44 -04:00
committed by GitHub
parent 23fda3a0ed
commit bb59c4708d

View File

@@ -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++) {