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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user