0.0.2 • Published 12 years ago

tower-style-directive v0.0.2

Weekly downloads
10
License
-
Repository
-
Last release
12 years ago

Tower Style Directive

Installation

node.js:

npm install tower-style-directive

browser:

component install tower-style-directive

Example

var project = require('tower-style-directive');

API

Example API methods.

.on(event, fn, capture)

Short description of some method:

project.on('event', function(e){

});

.on(event, selector, fn, capture)

Another description:

project.on('event', 'a.remove', function(e){

});

Notes

Licence

MIT