leecrossley / cordova-plugin-shake

Cordova / PhoneGap Plugin to detect when a physical device performs a shake gesture
http://ilee.co.uk
92 stars 33 forks source link

rm blank line at BOF #15

Closed dandv closed 9 years ago

dandv commented 9 years ago

Tiniest contribution

leecrossley commented 9 years ago

This is intentional and done in all my cordova plugins so that it wraps onto the next line when prepared by cordova i.e.

cordova.define("uk.co.ilee.shake.Shake", function(require, exports, module) { 
module.exports = (function () {

Makes it more readable and it's only a blank line :)