Index: trunk/phase3/includes/resourceloader/ResourceLoader.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | class ResourceLoader { |
31 | 31 | |
32 | 32 | /* Protected Static Members */ |
33 | | - protected static $filterCacheVersion = 4; |
| 33 | + protected static $filterCacheVersion = 5; |
34 | 34 | protected static $requiredSourceProperties = array( 'loadScript' ); |
35 | 35 | |
36 | 36 | /** Array: List of module name/ResourceLoaderModule object pairs */ |