* Added Line Chart Options
http://www.chartjs.org/docs/latest/charts/line.html#configuration-options
showLines - Boolean - If false, the lines between points are not drawn.
spanGaps - Boolean - If false, NaN data causes a break in the line.
* Moved location of property
* Update definitions by
* [phonegap-plugin-push] Updates for version 2.0.0
* Added test for clearAllNotifications
* Added back in HasPermissionCallbackParameters
* Wrong file committed for HasPermissionCallbackParameters change
Added hasPermission Method to PushNotificationStatic.
Removed new key in PushNotificationStatic because it is no longer
supported.
Added ; where needed