Removed a bit of testing code that got left in.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 17:58:36 +0000 (17:58 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 17:58:36 +0000 (17:58 +0000)
includes/ResourceLoaderModule.php

index 3e1d2a0..10c7d25 100644 (file)
@@ -876,7 +876,7 @@ class ResourceLoaderUserOptionsModule extends ResourceLoaderModule {
                        }
                        return array( 'all' => implode( "\n", $rules ) );
                }
-               return array( 'all' => 'test { color: pink; }' );
+               return array();
        }
 
        public function getFlip( $context ) {