Updated Branches: refs/heads/master f009ff35e -> 5558e24de
fixed typo in firefoxos config Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/2ddbb6aa Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/2ddbb6aa Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/2ddbb6aa Branch: refs/heads/master Commit: 2ddbb6aa32719d8ac41e544a1088db3e33cdccd1 Parents: dd69d80 Author: hermwong <[email protected]> Authored: Wed Aug 21 16:01:53 2013 -0700 Committer: hermwong <[email protected]> Committed: Wed Aug 21 16:01:53 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/2ddbb6aa/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 7935128..99d752c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -17,7 +17,7 @@ <platform name="firefoxos"> <config-file target="config.xml" parent="/*"> <feature name="Vibration"> - <param name="firefoxos-package" value="Vibraton" /> + <param name="firefoxos-package" value="Vibration" /> </feature> </config-file>
