Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/reg-exp/#/unicode/implement.js | 11 lines | 217 B | application/javascript | JavascriptLexer |
"use strict";
var isUnicode = require("../is-unicode");
if (!require("./is-implemented")()) {
Object.defineProperty(RegExp.prototype, "unicode", {
configurable: true,
enumerable: false,
get: isUnicode
});
}