Threaded View
-
7 Dec 2012 7:56 PM #1
Unanswered: .join("") doesn't work in 2.1.0
Unanswered: .join("") doesn't work in 2.1.0
After changing from 2.0.1 to 2.1.0, join("") no longer works in my json files:
I must remove .join("") for it to work but then it will show in the comma in every sentence.Code:"lyrics": [ "沒有說過 第一個是你<br />", "不鬆手都給身走 有誰能說我未夠<br />" ].join("")
Any ideas? Thanks


Reply With Quote