Clean up duplicate code after merge

This commit is contained in:
kjac
2016-04-04 21:32:24 +02:00
parent 85157612f4
commit ebf3fd1135
-4
View File
@@ -583,10 +583,6 @@ angular.module("umbraco").controller("Imulus.ArchetypeController", function ($sc
});
});
// we need to hook into this event for saving back the custom properties, because of the lazy loading of property editors
$scope.$on("formSubmitting", function(ev, args) {
});
function toUtc(date) {
if (!date) {
return null;