rename CSSWrapType to shorter CSSWrap matching java and csharp
Summary: Java and csharp already use CSSWrap and not CSSWrapType. Let's consolidate and stick with the shorter of the two. Reviewed By: gkassabli Differential Revision: D4174257 fbshipit-source-id: ba0bfab996ba158b07863d8c72cf2a41262c9592
This commit is contained in:
committed by
Facebook Github Bot
parent
7a3df9999b
commit
b99172d28b
@@ -93,8 +93,8 @@ JavaEmitter.prototype = Object.create(Emitter.prototype, {
|
||||
|
||||
CSSUndefined:{value:'CSSConstants.UNDEFINED'},
|
||||
|
||||
CSSWrapTypeNoWrap:{value:'CSSWrap.NO_WRAP'},
|
||||
CSSWrapTypeWrap:{value:'CSSWrap.WRAP'},
|
||||
CSSWrapNoWrap:{value:'CSSWrap.NO_WRAP'},
|
||||
CSSWrapWrap:{value:'CSSWrap.WRAP'},
|
||||
|
||||
CSSNodeCalculateLayout:{value:function(node, dir) {
|
||||
this.push(node + '.setDirection(' + dir + ');');
|
||||
|
Reference in New Issue
Block a user