Add missing colon.

This commit is contained in:
Jürg Lehni 2013-10-16 16:11:08 +02:00
parent b581c84d8b
commit 392cef3961

View file

@ -85,7 +85,7 @@ var ProxyContext = new function() {
+ JSON.stringify(value) + ';');
return this._ctx[name] = value;
}
}
};
}
});
return Base.extend(fields);