harbor/static/resources/js/components/element-height/element-height.module.js
2016-06-26 03:12:17 +08:00

8 lines
103 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.layout.element.height', []);
})();