refactor(Geolocation): provide less utils
This commit is contained in:
parent
819f18acb4
commit
5ed4e45f52
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
frappe.provide("frappe.utils.utils");
|
||||
frappe.provide("frappe.utils");
|
||||
|
||||
frappe.ui.form.ControlGeolocation = class ControlGeolocation extends frappe.ui.form.ControlData {
|
||||
static horizontal = false;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* frappe.views.MapView
|
||||
*/
|
||||
frappe.provide("frappe.utils.utils");
|
||||
frappe.provide("frappe.utils");
|
||||
frappe.provide("frappe.views");
|
||||
|
||||
frappe.views.MapView = class MapView extends frappe.views.ListView {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue