mediamonks/seng-disposable

View on GitHub
example/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Seng Disposable example</title>
    <script type="text/javascript" src="dist/seng-disposable.js"></script>
</head>
<body>
<script>
    // Library is exposed on the window as SengBoilerplate
    console.log(SengDisposable);
</script>
</body>
</html>