js -> jsx

This commit is contained in:
RainLoop Team 2016-06-07 00:57:52 +03:00
parent 3bcf23f8fa
commit 08ccf55577
43 changed files with 2342 additions and 2347 deletions

4
dev/External/ko.js vendored
View file

@ -284,9 +284,9 @@
ko.bindingHandlers.registrateBootstrapDropdown = {
'init': function (oElement) {
var Globals = require('Common/Globals');
if (Globals && Globals.aBootstrapDropdowns)
if (Globals && Globals.data.aBootstrapDropdowns)
{
Globals.aBootstrapDropdowns.push($(oElement));
Globals.data.aBootstrapDropdowns.push($(oElement));
$(oElement).click(function () {
require('Common/Utils').detectDropdownVisibility();