mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(loader) add Images
This commit is contained in:
parent
e001f46c98
commit
22649cfef3
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
Util.extend(DOMProto, Loader);
|
||||
|
||||
function LoaderProto() {
|
||||
var Events = DOM.Events,
|
||||
var Images = DOM.Images,
|
||||
Events = DOM.Events,
|
||||
Loader = this;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue