From 4f2504aafcf27d6cd2665ca7bfec18647f08bb5c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 6 May 2014 20:05:08 +0000 Subject: [PATCH] Fix typo --- etemplate/js/et2_core_inheritance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_core_inheritance.js b/etemplate/js/et2_core_inheritance.js index 0ae4d580fa..6ba9ff2d81 100644 --- a/etemplate/js/et2_core_inheritance.js +++ b/etemplate/js/et2_core_inheritance.js @@ -124,7 +124,7 @@ var ClassWithAttributes = Class.extend( _default = undefined; } - attrs[key] = _default; + _attrs[key] = _default; } }