projects
/
platform
/
framework
/
web
/
tizen-extensions-crosswalk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb55e00
)
[SystemInfo] Fix running error on system_info.js
author
legendlee1314
<legendlee1314@gmail.com>
Wed, 11 Sep 2013 09:03:47 +0000
(17:03 +0800)
committer
legendlee1314
<legendlee1314@gmail.com>
Wed, 11 Sep 2013 09:07:05 +0000
(17:07 +0800)
system_info/system_info_api.js
patch
|
blob
|
history
diff --git
a/system_info/system_info_api.js
b/system_info/system_info_api.js
index
fdee61a
..
816c59f
100644
(file)
--- a/
system_info/system_info_api.js
+++ b/
system_info/system_info_api.js
@@
-26,7
+26,7
@@
function _addConstProperty(obj, propertyKey, propertyValue) {
function _createConstClone(obj) {
var const_obj = {};
for (var key in obj) {
- _addConstProperty(
data
, key, obj[key]);
+ _addConstProperty(
const_obj
, key, obj[key]);
}
return const_obj;
}