diff --git a/bin/js/moxie.js b/bin/js/moxie.js index 87625fdf..a806274e 100644 --- a/bin/js/moxie.js +++ b/bin/js/moxie.js @@ -347,7 +347,7 @@ define('moxie/core/utils/Basic', [], function() { } /** - Recieve an array of functions (usually async) to call in sequence, each function + Receive an array of functions (usually async) to call in sequence, each function receives a callback as first argument that it should call, when it completes. Finally, after everything is complete, main callback is called. Passing truthy value to the callback as a first argument will interrupt the sequence and invoke main callback @@ -382,7 +382,7 @@ define('moxie/core/utils/Basic', [], function() { /** - Recieve an array of functions (usually async) to call in parallel, each function + Receive an array of functions (usually async) to call in parallel, each function receives a callback as first argument that it should call, when it completes. After everything is complete, main callback is called. Passing truthy value to the callback as a first argument will interrupt the process and invoke main callback @@ -11715,4 +11715,4 @@ define("moxie/runtime/html4/image/Image", [ expose(["moxie/core/utils/Basic","moxie/core/utils/Encode","moxie/core/utils/Env","moxie/core/Exceptions","moxie/core/utils/Dom","moxie/core/EventTarget","moxie/runtime/Runtime","moxie/runtime/RuntimeClient","moxie/file/Blob","moxie/core/I18n","moxie/core/utils/Mime","moxie/file/FileInput","moxie/file/File","moxie/file/FileDrop","moxie/file/FileReader","moxie/core/utils/Url","moxie/runtime/RuntimeTarget","moxie/xhr/FormData","moxie/xhr/XMLHttpRequest","moxie/image/Image","moxie/core/utils/Events","moxie/runtime/html5/image/ResizerCanvas"]); })(this); -})); \ No newline at end of file +}));