mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
a81feb92c0
commit
bf74eabe8a
1 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@ var CloudCommander, CloudFunc, $;
|
|||
*/
|
||||
(function(){
|
||||
var cloudcmd = CloudCommander;
|
||||
var Util = cloudcmd.Util;
|
||||
var KeyBinding = cloudcmd.KeyBinding;
|
||||
var Util = CloudCommander.Util;
|
||||
var KeyBinding = CloudCommander.KeyBinding;
|
||||
|
||||
CloudCommander.Viewer = {
|
||||
cloudcmd.Viewer = {
|
||||
get: (function(){
|
||||
return this.FancyBox;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue