Closed pvdspek closed 13 years ago
In: var containerData = containerElement.data();
containerElement.data() might return undefined. At least according to the jQuery docs this is possible. The code should be fixed to handle this.
In: var containerData = containerElement.data();
containerElement.data() might return undefined. At least according to the jQuery docs this is possible. The code should be fixed to handle this.