projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4bc391
)
[Utils][Content] Fix for TCT
author
Pawel Kaczmarek
<p.kaczmarek3@samsung.com>
Mon, 4 May 2015 09:29:59 +0000
(11:29 +0200)
committer
Rafal Galka
<r.galka@samsung.com>
Mon, 4 May 2015 10:56:46 +0000
(19:56 +0900)
[Verification]
TCT content result:
before: 60.87%
after: 94.35%
Change-Id: Idd319bb9a86dd41c34e87fb454421bf645848c35
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
src/utils/utils_api.js
patch
|
blob
|
history
diff --git
a/src/utils/utils_api.js
b/src/utils/utils_api.js
index e87f3f2a95af6a64694c553d7d868422b41876e0..e0133b5bcf35419b58654af5120161ec683a2dc5 100644
(file)
--- a/
src/utils/utils_api.js
+++ b/
src/utils/utils_api.js
@@
-40,7
+40,7
@@
DateConverter.prototype.toTZDate = function(v, isAllDay) {
};
DateConverter.prototype.fromTZDate = function(v) {
- if (!(v instanceof tizen.TZDate)) {
+ if (!
tizen.TZDate || !
(v instanceof tizen.TZDate)) {
return v;
}