Code refactoring

This commit is contained in:
RainLoop Team
2014-09-01 20:05:32 +04:00
parent 759327527f
commit fa795947cf
29 changed files with 478 additions and 890 deletions

View File

@@ -9,7 +9,6 @@
$ = require('$'),
ko = require('ko'),
key = require('key'),
$html = require('$html'),
Utils = require('Utils'),
Enums = require('Enums'),
@@ -235,7 +234,7 @@
{
var
sFromFolderFullNameRaw = oUi.helper.data('rl-folder'),
bCopy = $html.hasClass('rl-ctrl-key-pressed'),
bCopy = Globals.$html.hasClass('rl-ctrl-key-pressed'),
aUids = oUi.helper.data('rl-uids')
;