Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
* [android] Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Jun 8, 2017
1 parent 8479a1a commit cda4f05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public interface Name {
String NORMAL = "normal";
String ARIA_LABEL = "ariaLabel";
String ARIA_HIDDEN = "ariaHidden";
//String PERSPECTIVE = "perspective";
}

public interface Value {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,6 @@ protected boolean setProperty(String key, Object param) {
boolean isHidden = WXUtils.getBoolean(param,false);
setAriaHidden(isHidden);
return true;
// case Constants.Name.PERSPECTIVE:
// setPerspective(param);
// return true;
case Constants.Name.WIDTH:
case Constants.Name.MIN_WIDTH:
case Constants.Name.MAX_WIDTH:
Expand Down

0 comments on commit cda4f05

Please sign in to comment.