bringing this back to original.

This commit is contained in:
Niels Lyngsø
2020-09-29 13:06:38 +02:00
parent 3efec3325d
commit ab74d1c5db

View File

@@ -22,9 +22,7 @@
// Loop through all inner properties:
for (var k in obj) {
var innerProp = obj[k];
propClearingMethod(innerProp, clipboardService.TYPES.RAW);
propClearingMethod(obj[k], clipboardService.TYPES.RAW);
}
}
}