blob: d94a22ee048aba61df31de4966c2e481413bf82c [file] [log] [blame]
(function () {
'use strict';
angular.module('xos.serviceTopology')
.factory('d3', function($window){
return $window.d3;
})
}());