ResourceLoaderImageModule: Fix incorrect documentation
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 17 Jun 2015 02:33:59 +0000 (19:33 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Wed, 17 Jun 2015 02:37:39 +0000 (19:37 -0700)
commit2e1916f96d0884b9cd9be9d546d14597362c2d44
treeb506cac1eea94fcc645e10ae135715ec0ea3e9a7
parenta4ff1c14bf5d6cad6585fa696a4116019c55e51b
ResourceLoaderImageModule: Fix incorrect documentation

The docs claimed that you had to do something like
'images' => array( 'filename.svg' => array( 'name' => 'foo' ) )
but what you actually need to do is
'images' => array( 'foo' => array( 'file' => 'filename.svg' ) )

Change-Id: Idca2d5c58e4d9fcf008ef5cfe7f8ce77b996c203
includes/resourceloader/ResourceLoaderImageModule.php