Fix undeclared var (strict mode)

This commit is contained in:
Nathan Gray 2013-12-18 18:17:34 +00:00
parent 1bcaf1755b
commit ccae3f71ab

View File

@ -209,7 +209,7 @@ var et2_split = et2_DOMWidget.extend([et2_IResizeable],
// Save preference when size changed
if(this.id && this.egw().getAppName())
{
self = this;
var self = this;
this.left.on("resize"+options.eventNamespace, function(e) {
if(e.namespace == options.eventNamespace.substr(1) && !self.isDocked())
{