in line no. 1892 in the getTranslate( ) function of the code I added double check to see if "transform" variable actually has an value before assigning the result of the subsequent match operation to "mat" variable it's done to make sure that "transform" isn't undefined or null.
in line no. 1892 in the getTranslate( ) function of the code I added double check to see if "transform" variable actually has an value before assigning the result of the subsequent match operation to "mat" variable it's done to make sure that "transform" isn't undefined or null.