Skip to content

Commit

Permalink
Merge pull request #1 from ClarkXia/dev
Browse files Browse the repository at this point in the history
edit
  • Loading branch information
ClarkXia committed Nov 6, 2015
2 parents 77a558c + 34d3d34 commit f2dd718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/base/loadSample.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,9 @@ define(function(){
document.body.appendChild(canvas);
exports.setProgress(0);
}

exports.remove = function(){
document.body.removeChild(canvas);
}
return exports;
})
1 change: 1 addition & 0 deletions js/base/weiboAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ define(['sinaSSOController','jsonp'],function(sinaSSOController,jsonp){
});
});
}
exports.checkLogin = checkLogin;
exports.postWeibo = function(content, pid, callback) {
if (content == '') {
showMessage('请输入内容');
Expand Down

0 comments on commit f2dd718

Please sign in to comment.