Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterinor committed Sep 7, 2013
1 parent be3806b commit 96df327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JavaScript/Weixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Winxin = {};

Winxin.Utities = {
getTimeTicks: function (dt) {

return dt.getTime();
},
getTime: function (ticks) {

return new Date(ticks);
},
log: function () {

Expand Down

0 comments on commit 96df327

Please sign in to comment.