Fix order property is not respected if set more than once

This commit is contained in:
zh-m
2017-01-10 18:05:52 +02:00
parent 6e07d0e61d
commit 9f7ce6fc60
5 changed files with 155 additions and 59 deletions

View File

@@ -268,6 +268,8 @@
public getAlignContent(): number;
public setAlignContent(value: number);
public invalidateOrdersCache(): void;
public static FLEX_DIRECTION_ROW: number;
public static FLEX_DIRECTION_ROW_REVERSE: number;
public static FLEX_DIRECTION_COLUMN: number;