You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by AndiDog <gi...@git.apache.org> on 2012/09/18 12:37:52 UTC

incubator-cordova-android pull request: CB-1062 (Way to get instance of a p...

GitHub user AndiDog opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/48

    CB-1062 (Way to get instance of a plugin via PluginManager)

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/AndiDog/incubator-cordova-android master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-android/pull/48.patch

----
commit a6ad77510b4836a9c07ecb18e4e3580e42db70fc
Author: Andreas Sommer <an...@googlemail.com>
Date:   2012-09-18T03:35:02-07:00

    CB-1062: Make PluginManager.getPlugin public so that instance of a plugin can be retrieved

----