changed names of files, fixed npm and jitsu problem with menu showing

This commit is contained in:
coderaiser 2012-08-24 09:24:55 -04:00
parent af7fd9f306
commit ca0af06cb2
4 changed files with 3 additions and 3 deletions

View file

@ -105,8 +105,8 @@ var CloudCommander, $;
*/
CloudCommander.Menu.load = (function(pPosition){
var ljsLoad_f = function(){
var lUISrc = this.dir + 'jquery.ui.position.js';
var lMenuSrc = this.dir + 'jquery.contextMenu.js';
var lUISrc = this.dir + 'ui.position.js';
var lMenuSrc = this.dir + 'contextMenu.js';
var lThis = this;
Util.jsload(lUISrc, function(){
@ -114,7 +114,7 @@ var CloudCommander, $;
});
};
var lSrc = this.dir + 'jquery.contextMenu.css';
var lSrc = this.dir + 'contextMenu.css';
Util.cssLoad({
src : lSrc,