UNPKG

countable

Version:

Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.

10 lines (9 loc) 618 B
# Contributing to Countable * When submitting a pull request or an issue, be as precise as possible in wording the changes you've made or the problems you've encountered. * Please follow the coding conventions used on this script. * use single quotes * indent using two spaces * omit semicolons where possible * follow the [jsdoc specification](https://code.google.com/p/jsdoc-toolkit/w/list) for commenting * for other questions, follow the [airbnb styleguide](https://github.com/airbnb/javascript) * If applicable, provide a live example on [jsFiddle](http://jsfiddle.net) or [CodePen](http://codepen.io).