Fix missing semi-colon
This commit is contained in:
parent
ff66c4162b
commit
cb76211a38
@ -40,7 +40,7 @@
|
|||||||
if (metadata.type === 'application/x-javascript') { return true; }
|
if (metadata.type === 'application/x-javascript') { return true; }
|
||||||
if (metadata.type === 'application/xml') { return true; }
|
if (metadata.type === 'application/xml') { return true; }
|
||||||
return false;
|
return false;
|
||||||
}
|
};
|
||||||
|
|
||||||
// Default config, can be overriden per media-tag call
|
// Default config, can be overriden per media-tag call
|
||||||
var config = {
|
var config = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user