Skip to content
Snippets Groups Projects
Commit 5b90c810 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

jshint issues

parent 3c131d3f
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!553Resolve "allow to open multiple data overlays using url GET param"
......@@ -88,7 +88,7 @@ Header.prototype._createHeaderGui = function (guiParams) {
style: "padding-right:5px; float:right",
content: '<i class="fa fa-bars" style="font-size:17px"></i>&nbsp;',
href: "#",
onclick: function (e) {
onclick: function () {
var link = $(menuLink);
var offset = link.offset();
......
......@@ -10,7 +10,7 @@ var Promise = require('bluebird');
* @param {HTMLElement} params.element
* @param {CustomMap} params.customMap
* @param {Configuration} params.configuration
* @param {Project} params.project
* @param {Project} [params.project]
* @param {ServerConnector} [params.serverConnector]
*
* @constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment