r95844 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95843
|
r95844
|
r95845
>
Date:
10:04, 31 August 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Fixing a check for unknown fonts, pointed out by dantman
Modified paths:
/trunk/extensions/WebFonts/js/webfonts.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WebFonts/js/webfonts.js
—
—
@@ -13,7 +13,7 @@
14
14
return;
15
15
}
16
16
17
- if ( !font in $.webfonts.config.fonts ) {
17
+ if ( !(font in $.webfonts.config.fonts) ) {
18
18
console.log( "Requested unknown font", font );
19
19
return;
20
20
}
Sign-offs
User
Flag
Date
Dantman
inspected
10:05, 31 August 2011
Status & tagging log
14:50, 31 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r95844
[
removed:
new
added:
ok]