thomzane / JS-Shield / JS-Shield

Forked from JS-Shield/JS-Shield 2 years ago
Clone

6050148 createDateWrappingFunctionString: Do not manually propagate properties

Authored and Committed by Libor Polčák 5 years ago
    createDateWrappingFunctionString: Do not manually propagate properties
    
    Make window.Date future-compatible as we set the prototype to the
    original construcotr. Hence, all calls are automatically delegated to
    the original object (i.e. function).
    
        
file modified
+1 -3