mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
addt'l doc on spec test
This commit is contained in:
parent
859fc08732
commit
9233699cdd
@ -88,7 +88,12 @@
|
||||
|
||||
g_map.addLayers(g_featureLayers);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// To test what happens when you extend library before layers-add-result
|
||||
// comment this out below and just run test()
|
||||
g_map.on('layers-add-result', test);
|
||||
//test()
|
||||
|
||||
function test(evt)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user