diff options
author | niko <niko> | 2012-08-21 08:00:44 (GMT) |
---|---|---|
committer | niko <niko> | 2012-08-21 08:00:44 (GMT) |
commit | 1bd50976db2694d391bc28a0c6f8245af2272650 (patch) | |
tree | ad69cedd06ecee5f1804356b36bc8b0d72888b71 /src | |
parent | fa1c405f2c9a21a1b0b23c86a96e25e26e2c3f25 (diff) | |
download | synckolab-1bd50976db2694d391bc28a0c6f8245af2272650.tar.gz |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/chrome/content/synckolab/calendarTools.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrome/content/synckolab/calendarTools.js b/src/chrome/content/synckolab/calendarTools.js index e9a087d..2162c1a 100644 --- a/src/chrome/content/synckolab/calendarTools.js +++ b/src/chrome/content/synckolab/calendarTools.js @@ -384,7 +384,7 @@ com.synckolab.calendarTools.message2json = function (fileContent, syncTasks) { // for ical - use the way through the lightning decoder to json var parsedEvent = null; - if(fileContent.indexof("=3D") !== -1) { + if(fileContent.indexOf("=3D") !== -1) { fileContent = com.synckolab.tools.text.quoted.decode(fileContent); } // sepcial fix for Europe bug |