Changes between Version 2 and Version 3 of Ticket #13778, comment 40
- Timestamp:
- Jan 18, 2012, 11:29:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13778, comment 40
v2 v3 8 8 theme: "", 9 9 _setThemeAttr: function(val){ 10 this._set( theme, typeof val == "string" ?10 this._set("theme", typeof val == "string" ? 11 11 lang.getObject(val) || require(val) : val); 12 12 }