diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/jericho/JerichoTag.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/jericho/JerichoTag.java index c4f2037ee..420feddab 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/jericho/JerichoTag.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/jericho/JerichoTag.java @@ -57,14 +57,14 @@ public class JerichoTag implements ITag { @Override public int getFirstCol() { - return -1; - // return e.getSource().getRowColumnVector(e.getBegin()).getColumn(); +// return -1; + return e.getSource().getRowColumnVector(e.getBegin()).getColumn(); } @Override public int getLastCol() { - return -1; - //return e.getSource().getRowColumnVector(e.getEnd()).getColumn(); +// return -1; + return e.getSource().getRowColumnVector(e.getEnd()).getColumn(); } @Override