huang
2025-03-14 3450516ed847b35904c1cdda0f0a19b65511e645
1
2
3
4
5
6
7
define( [
    "./document"
], function( document ) {
    "use strict";
 
    return document.documentElement;
} );