Commit 07cea7e5 authored by Maxim Kadushkin's avatar Maxim Kadushkin

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

parent 49cef9fa
......@@ -35,7 +35,6 @@ if (Common === undefined)
Common.component = Common.component || {};
define(['jquery'], function($){
Common.Analytics = Common.component.Analytics = new(function() {
var _category;
......@@ -85,4 +84,3 @@ define(['jquery'], function($){
}
}
})();
});
......@@ -35,7 +35,6 @@ if (Common === undefined) {
var Common = {};
}
define(['jquery'], function ($) {
Common.Gateway = new(function() {
var me = this,
$me = $(me);
......@@ -253,4 +252,3 @@ define(['jquery'], function ($) {
}
})();
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment