1.0.2 • Published 5 years ago

done-mutation-observer v1.0.2

Weekly downloads
22
License
MIT
Repository
github
Last release
5 years ago

done-mutation-observer

License: MIT npm version Build Status

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'done-mutation-observer';

CommonJS use

Use require to load done-mutation-observer and everything else needed to create a template that uses done-mutation-observer:

var plugin = require("done-mutation-observer");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/done-mutation-observer/dist/global/done-mutation-observer.js'></script>
1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago