瀏覽代碼

Merge branch 'master' of github.com:katzer/cordova-plugin-local-notifications

Sebastián Katzer 12 年之前
父節點
當前提交
b38b96a125
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -61,7 +61,6 @@ window.plugin.notification.local.add({
     badge: badge, // displays number badge to notification
     foreground: forground, // a javascript function to be called if the app is running
     background: background, // a javascript function to be called if the app is in the background
-    sound: sound // (only iOS) a sound to be played, the sound must be located in your project's resources and must be a caf file
 });
 ```