SOURCE CODE: Uize.Fx.xTextShadow
/*______________
| ______ | U I Z E J A V A S C R I P T F R A M E W O R K
| / / | ---------------------------------------------------
| / O / | MODULE : Uize.Fx.xTextShadow Extension
| / / / |
| / / / /| | ONLINE : http://www.uize.com
| /____/ /__/_| | COPYRIGHT : (c)2009-2012 UIZE
| /___ | LICENSE : Available under MIT License or GNU General Public License
|_______________| http://www.uize.com/license.html
*/
/* Module Meta Data
type: Extension
importance: 0
codeCompleteness: 100
testCompleteness: 0
docCompleteness: 100
*/
/*?
Introduction
This module has been deprecated in favor of the newer =Uize.Fx.xShadows= module that supports both the =text-shadow= and =box-shadow= CSS3 style properties.
*DEVELOPERS:* `Chris van Rensburg`
*/
Uize.module ({name:'Uize.Fx.xTextShadow',required:'Uize.Fx.xShadows'});