Newer
Older
ubFramework / Portal / docroot / js / plugins / nggrid / src / classes / dimension.js
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 130 bytes Cleaning Up Making It A Sub Module
var ngDimension = function (options) {
    this.outerHeight = null;
    this.outerWidth = null;
    $.extend(this, options);
};