mapscreatr
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -92,3 +92,3 @@ define(function() { return /******/ (function(modules) { // webpackBootstrap | ||
this.right = this.left + (reference.width || objectMaker.getPrototypeOf(this.title).width); | ||
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).heigh); | ||
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).height); | ||
// tslint:enable | ||
@@ -95,0 +95,0 @@ if (reference.position) { |
@@ -73,3 +73,3 @@ { | ||
"types": "./src/index.d.ts", | ||
"version": "0.7.4" | ||
"version": "0.7.5" | ||
} |
@@ -23,3 +23,3 @@ define(["require", "exports"], function (require, exports) { | ||
this.right = this.left + (reference.width || objectMaker.getPrototypeOf(this.title).width); | ||
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).heigh); | ||
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).height); | ||
// tslint:enable | ||
@@ -26,0 +26,0 @@ if (reference.position) { |
@@ -72,3 +72,3 @@ import { IObjectMakr } from "objectmakr"; | ||
this.right = this.left + (reference.width || objectMaker.getPrototypeOf<IPreThingSettings>(this.title).width!); | ||
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf<IPreThingSettings>(this.title).heigh!); | ||
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf<IPreThingSettings>(this.title).height!); | ||
// tslint:enable | ||
@@ -75,0 +75,0 @@ |
1246789