File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* global google */
2
2
const scriptjs = require ( 'scriptjs' ) ;
3
+ const localize = require ( '../_common/localize' ) . localize ;
3
4
const applyToAllElements = require ( './utility' ) . applyToAllElements ;
4
5
const createElement = require ( './utility' ) . createElement ;
5
6
const Client = require ( '../app/base/client' ) ;
6
- const localize = require ( '../_common/localize' ) . localize ;
7
7
8
8
const Geocoder = ( ( ) => {
9
9
let el_btn_validate ,
Original file line number Diff line number Diff line change 1
1
const getPropertyValue = require ( './utility' ) . getPropertyValue ;
2
- const Client = require ( '../app/ base/client ' ) ;
2
+ const Client = require ( './ base/client_base ' ) ;
3
3
const BinarySocket = require ( '../app/base/socket' ) ;
4
4
const Dialog = require ( '../app/common/attach_dom/dialog' ) ;
5
5
You can’t perform that action at this time.
0 commit comments