mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
fixed pathname
This commit is contained in:
parent
aa403e3b0e
commit
03e54fff1b
@ -7,7 +7,7 @@
|
||||
define([
|
||||
"dojo/_base/declare", "dojo/parser", "dojo/ready",
|
||||
"dijit/_WidgetBase", "dijit/_TemplatedMixin","dojo/query",
|
||||
"dojo/text!../widgets/template/popup.html","dojo/NodeList-manipulate"
|
||||
"dojo/text!../modal/template/popup.html","dojo/NodeList-manipulate"
|
||||
], function(declare, parser, ready, _WidgetBase, _TemplatedMixin,query,template){
|
||||
|
||||
return declare("ModalPopup", [_WidgetBase, _TemplatedMixin], {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user