Merge pull request #84 from stweil/phpstorm

Clean code with PhpStorm
This commit is contained in:
Sebastian Meyer 2016-01-05 10:42:48 +01:00
commit c4113ab653
2 changed files with 2 additions and 2 deletions

View File

@ -613,7 +613,7 @@ dlfViewer.prototype.addPolygonlayer = function(layer, feature, type) {
fillOpacity : 0.4,
cursor : 'inherit'
});
};
}
var hoverStyle = new OpenLayers.Style({
strokeColor : '#cccccc',

View File

@ -42,7 +42,7 @@ $(
hashed: $("input[name='tx_dlf[hashed]']").val()
},
function(data) {
var result = new Array();
var result = [];
var option = "";
$("arr[name='suggestion'] str", data).each(function(i) {
option = $(this).text();