http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88304
Revision: 88304
Author: nikerabbit
Date: 2011-05-17 13:29:45 +0000 (Tue, 17 May 2011)
Log Message:
-----------
Typo
Modified Paths:
--------------
trunk/phase3/resources/test/unit/jquery/jquery.colorUtil.js
Modified: trunk/phase3/resources/test/unit/jquery/jquery.colorUtil.js
===================================================================
--- trunk/phase3/resources/test/unit/jquery/jquery.colorUtil.js 2011-05-17
13:21:08 UTC (rev 88303)
+++ trunk/phase3/resources/test/unit/jquery/jquery.colorUtil.js 2011-05-17
13:29:45 UTC (rev 88304)
@@ -22,12 +22,12 @@
deepEqual( jQuery.colorUtil.getRGB( '#eEe' ), [238, 238, 238], 'Hex
string: 3 char mixed' );
deepEqual( jQuery.colorUtil.getRGB( 'rgba(0, 0, 0, 0)' ), [255, 255,
255], 'Zero rgba for Safari 3; Transparent (whitespace)' );
// Perhaps this is a bug in colorUtil, but it is the current behaviour
so, let's keep track
- // would that ever chnge
+ // would that ever change
equal( typeof jQuery.colorUtil.getRGB( 'rgba(0,0,0,0)' ), 'undefined',
'Zero rgba without whitespace' );
deepEqual( jQuery.colorUtil.getRGB( 'lightGreen' ), [144, 238, 144],
'Color names (lightGreen)' );
deepEqual( jQuery.colorUtil.getRGB( 'lightGreen' ), [144, 238, 144],
'Color names (transparent)' );
- equal( typeof jQuery.colorUtil.getRGB( 'mediaWiki' ), 'undefined',
'Inexisting Color name' );
+ equal( typeof jQuery.colorUtil.getRGB( 'mediaWiki' ), 'undefined',
'Inexisting color name' );
});
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs