mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(client) callBack -> callback
This commit is contained in:
parent
db7075dcd3
commit
f244d48345
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ var Util, DOM, CloudFunc;
|
|||
]);
|
||||
},
|
||||
|
||||
func = function(callBack) {
|
||||
func = function(callback) {
|
||||
var src = CloudCmd.LIBDIRCLIENT + 'polyfill.js';
|
||||
|
||||
CloudCmd.OLD_BROWSER = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue