Show More
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/jquery/src/var/isWindow.js | 8 lines | 126 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 define( function() {
"use strict";
return function isWindow( obj ) {
return obj != null && obj === obj.window;
};
} );