Fix reversed path when namespaced widgets were nested

This commit is contained in:
Nathan Gray 2014-05-27 20:22:23 +00:00
parent bff821e300
commit 1224439431

View File

@ -156,7 +156,7 @@ var et2_arrayMgr = Class.extend(
if (this.perspectiveData.key != null)
{
_path.push(this.perspectiveData.key);
_path.unshift(this.perspectiveData.key);
}
if (this.parentMgr != null)