chore(view) add " "

This commit is contained in:
coderaiser 2013-11-05 08:59:45 +00:00
parent 25e8e1a1d6
commit 473eca965f

View file

@ -42,7 +42,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
padding : 0
};
this.init = function(pCallBack){
this.init = function(pCallBack) {
var lFunc, lIsFunc, lIsCallBack;
Loading = true;
@ -71,7 +71,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
/**
* function shows FancyBox
*/
this.show = function(pData, pCallBack){
this.show = function(pData, pCallBack) {
var lPath, lElement,
lAfterFunc, lFunc;
@ -103,7 +103,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
}
};
this.hide = function(){
this.hide = function() {
$.fancybox.close();
};
@ -112,7 +112,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
* @pParent - this
* @pCallBack - executes, when everything loaded
*/
function load(pCallBack){
function load(pCallBack) {
Util.time(Name + ' load');
var lDir = CloudCmd.LIBDIRCLIENT + 'view/fancyBox/source/',
lFiles = [ lDir + 'jquery.fancybox.css',
@ -147,12 +147,12 @@ var CloudCmd, Util, DOM, CloudFunc, $;
}
function view(){
function view() {
Images.showLoad();
View.show();
}
function listener(pEvent){
function listener(pEvent) {
var lF3 = Key.F3,
lIsBind = Key.isBind(),
lKey = pEvent.keyCode;