1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

fix strictMode

This commit is contained in:
Denis Demchenko 2016-07-07 18:18:48 +03:00
parent 1729a5971b
commit e3be8145dc

View File

@ -529,9 +529,7 @@
}
}
if (strictMode) {
return false; // not found
}
return strictMode; // not found
}
/**