Sha256: 458dd12c45c301297377cc505236784c23405ee4d9e2cd7108945d0863ab2115

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

## mootools-plus

mootools-plus provides helpers and Ruby-like methods to Javascript MooTools core classes and plus.

## Installation

Add the gem in your `Gemfile`:
```ruby
group :assets do
  gem 'mootools-plus', '0.1.1'
end
```

Then `bundle install` it.

Add mootools-plus to the asset pipeline:

```javascript
//= require mootools-plus/logger
//= require mootools-plus/array
//= require mootools-plus/element
```

Enjoy!

## Documentation

* [Native elements](https://github.com/caedes/mootools-plus/wiki/Native-elements)
* [Logger](https://github.com/caedes/mootools-plus/wiki/Logger)

## License

This project uses MIT-LICENSE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mootools-plus-0.1.1 README.md