You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/01/28 07:48:56 UTC

[2/2] git commit: Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-vibration into dev

Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-vibration into dev


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/fd7de159
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/fd7de159
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/fd7de159

Branch: refs/heads/dev
Commit: fd7de15906285d7e1edbfd4e940c201bd784322b
Parents: 1ab3cdf 4023ad9
Author: Anis Kadri <an...@apache.org>
Authored: Mon Jan 27 22:48:27 2014 -0800
Committer: Anis Kadri <an...@apache.org>
Committed: Mon Jan 27 22:48:27 2014 -0800

----------------------------------------------------------------------
 plugin.xml                  | 7 +++++++
 src/tizen/VibrationProxy.js | 9 +++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/fd7de159/plugin.xml
----------------------------------------------------------------------
diff --cc plugin.xml
index 613b4cf,0d8a606..3f5b191
--- a/plugin.xml
+++ b/plugin.xml
@@@ -107,5 -83,16 +107,12 @@@
          <config-file target="www/config.xml" parent="/widget">
              <feature name="Vibration" value="Vibration" />
          </config-file>
 -
 -        <js-module src="www/blackberry10/vibrate.js" name="vibrate">
 -            <clobbers target="window.navigator.notification.vibrate" />
 -        </js-module>
      </platform>
+ 
+     <!-- tizen -->
+     <platform name="tizen">
+         <js-module src="src/tizen/VibrationProxy.js" name="VibrationProxy">
+             <runs />
+         </js-module>
+     </platform>
  </plugin>