mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
e3d16a3da5
commit
ee34e7c712
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