harbor/static/resources/js/components/element-height/element-height.module.js

8 lines
103 B
JavaScript
Raw Normal View History

2016-06-25 21:12:17 +02:00
(function() {
'use strict';
angular
.module('harbor.layout.element.height', []);
})();