chore(): remove unnecessary name option from Plugin decorator

At least for now, we get the name of the plugin from the class.
This commit is contained in:
Tim Lancina
2016-03-04 14:04:38 -06:00
parent fc54fefde5
commit 5ad72de3d3
18 changed files with 2 additions and 23 deletions
-1
View File
@@ -115,7 +115,6 @@ export interface GeolocationOptions {
* ```
*/
@Plugin({
name: 'Geolocation',
plugin: 'cordova-plugin-geolocation',
pluginRef: 'navigator.geolocation'
})