Skip to content

Commit

Permalink
V. 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bedo2991 committed Jul 26, 2023
1 parent ae1f8ce commit 60ccc23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions gcc-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@ let StreetAttributes;

let AddressAttributes;

/**
* @typedef {{
* attributes:AddressAttributes,
* }}
*/
let AddressObject;
let AddressObject ={
'attributes':AddressAttributes,
//@return {boolean}
hasState: function(){},
//@return {string}
getStreetName: function(){},
};

/**
* @typedef {{
Expand Down
2 changes: 1 addition & 1 deletion header.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Street Vector Layer
// @namespace wme-champs-it
// @version 5.4.3
// @version 5.4.4
// @description Adds a vector layer for drawing streets on the Waze Map editor
// @match https://www.waze.com/editor*
// @match https://beta.waze.com/editor*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svl",
"version": "5.4.3",
"version": "5.4.4",
"description": "Street Vector Layer (SVL)\r The Road layer for the Waze editors, made by editors.",
"main": "svl.user.js",
"watch": {
Expand Down

0 comments on commit 60ccc23

Please sign in to comment.