issue #10 #11 Rename hcap to hal.

This commit is contained in:
paul kim
2024-06-27 10:06:21 +09:00
parent 98e8db71fe
commit f2e0890c3d
5 changed files with 72 additions and 78 deletions

View File

@@ -9,8 +9,8 @@
* Created at : 2020-11-26 02:21:56
* Last modified : 2020-11-26 15:31:40
*/
HotelTV.namespace('HotelTV.hcap');
HotelTV.hcap = (function() {
HotelTV.namespace('HotelTV.hal');
HotelTV.hal = (function() {
//// 의존 관계 선언
@@ -1410,7 +1410,7 @@ HotelTV.hcap = (function() {
"onSuccess": function(s) {
if (_en_show_msg == true) {
console.log("register Success!");
HotelTV.hcap.PreAppGetInfo(true);
HotelTV.hal.PreAppGetInfo(true);
}
},
"onFailure": function(f) {