Merge pull request #2849 from httpNick/master

Updated comment in javascript to say the method name is 'show' instead of 'showText'
This commit is contained in:
Felix Oghină 2015-09-18 19:04:47 +01:00
commit 4eecef12c5

View File

@ -129,7 +129,7 @@ To make it simpler for to access your new functionality from JavaScript, it is c
'use strict'; 'use strict';
/** /**
* This exposes the native ToastAndroid module as a JS module. This has a function 'showText' * This exposes the native ToastAndroid module as a JS module. This has a function 'show'
* which takes the following parameters: * which takes the following parameters:
* *
* 1. String message: A string with the text to toast * 1. String message: A string with the text to toast