Commit 779bcdc7a414b69cfb41763e91eb2c00beb3e100

Authored by ykxie
1 parent d9a7ef4b

fix bug

dist/player.html
@@ -409,7 +409,7 @@ @@ -409,7 +409,7 @@
409 url: document.URL, 409 url: document.URL,
410 text: title 410 text: title
411 } 411 }
412 - plugins.MSharePlugin.share(shareData) 412 + plugins.SharePlugin.share(shareData)
413 }) 413 })
414 }) 414 })
415 </script> 415 </script>
src/player.html
@@ -409,7 +409,7 @@ @@ -409,7 +409,7 @@
409 url: document.URL, 409 url: document.URL,
410 text: title 410 text: title
411 } 411 }
412 - plugins.MSharePlugin.share(shareData) 412 + plugins.SharePlugin.share(shareData)
413 }) 413 })
414 }) 414 })
415 </script> 415 </script>