1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Update punycode.js

702cc2daf1
This commit is contained in:
Bernd 2015-04-16 10:34:03 +02:00
parent 0025ab9721
commit 2c674f14ac

View File

@ -64,7 +64,7 @@
* @returns {Error} Throws a `RangeError` with the applicable error message.
*/
function error(type) {
throw RangeError(errors[type]);
throw new RangeError(errors[type]);
}
/**