[common] removed 'amd' support for Gateway and Analytics

This commit is contained in:
Maxim Kadushkin 2016-11-23 18:51:43 +03:00
parent 49cef9fad2
commit 07cea7e5dc
2 changed files with 0 additions and 4 deletions

View file

@ -35,7 +35,6 @@ if (Common === undefined)
Common.component = Common.component || {}; Common.component = Common.component || {};
define(['jquery'], function($){
Common.Analytics = Common.component.Analytics = new(function() { Common.Analytics = Common.component.Analytics = new(function() {
var _category; var _category;
@ -85,4 +84,3 @@ define(['jquery'], function($){
} }
} }
})(); })();
});

View file

@ -35,7 +35,6 @@ if (Common === undefined) {
var Common = {}; var Common = {};
} }
define(['jquery'], function ($) {
Common.Gateway = new(function() { Common.Gateway = new(function() {
var me = this, var me = this,
$me = $(me); $me = $(me);
@ -253,4 +252,3 @@ define(['jquery'], function ($) {
} }
})(); })();
});