docs(plugins): added platforms (#1638)

* added platforms

* round 2

* round 3

* Update index.ts
This commit is contained in:
Daniel Sogl
2017-06-02 21:34:18 +02:00
committed by Ibby Hadeed
parent 41dae53bf2
commit 328e5de3f3
71 changed files with 96 additions and 89 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export interface ToastOptions {
plugin: 'cordova-plugin-x-toast',
pluginRef: 'plugins.toast',
repo: 'https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin',
platforms: ['Android', 'iOS', 'Windows Phone 8']
platforms: ['Android', 'BlackBerry 10', 'iOS', 'Windows', 'Windows Phone 8']
})
@Injectable()
export class Toast extends IonicNativePlugin {