1.0.6 • Published 9 years ago

other-utils v1.0.6

Weekly downloads
13
License
ISC
Repository
github
Last release
9 years ago

other-utils

Install using npm:

npm install other-utils --save-dev

How To Use WIth Ember

First you need to install the prerequisite addon called ember-browserfy:

npm install --save-dev ember-browserify

Now you'll be able to import a social-utilities function from anywhere in your javascript files:

import _fbShare from "npm:other-utils/_fbShare";
...

actions {
    handleFbShare() {
        _fbShare(http://gleasonmovie.com, 400, 225);
    }
}
1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago