Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
"use strict" ;
exports . __esModule = true ;
var _hasInstance = require ( "../core-js/symbol/has-instance" );
var _hasInstance2 = _interopRequireDefault ( _hasInstance );
var _symbol = require ( "../core-js/symbol" );
var _symbol2 = _interopRequireDefault ( _symbol );
function _interopRequireDefault ( obj ) { return obj && obj . __esModule ? obj : { default : obj }; }
exports . default = function ( left , right ) {
if ( right != null && typeof _symbol2 . default !== "undefined" && right [ _hasInstance2 . default ]) {
return right [ _hasInstance2 . default ]( left );
} else {
return left instanceof right ;
}
};
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings