Remove extra this in js module

This commit is contained in:
Sergey Motornyuk 2021-09-22 14:34:14 +03:00
parent e80e3a310b
commit 650dbe218d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Add Google Analytics Event Tracking to resource download links.
this.ckan.module("google-analytics", function(jQuery, _) {
ckan.module("google-analytics", function(jQuery, _) {
"use strict";
return {
options: {

View File

@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
HERE = os.path.dirname(__file__)
version = "2.0.5"
version = "2.0.6"
extras_require = {}
_extras_groups = [