Commit 7b6c9ec2 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Controla error en método de Utilities

parent 2da8ae67
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -223,6 +223,10 @@ define([
				subObj = obj;

			for (var i = 0; i < propsList.length; i++) {
				if (!subObj) {
					return null;
				}

				subObj = subObj[propsList[i]];
			}