Metamaps.Mobile.js dependencies comment
This commit is contained in:
parent
ceb335e728
commit
6eff5e640e
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
/* global Metamaps, $ */
|
/* global Metamaps, $ */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Metamaps.Mobile.js
|
||||||
|
*
|
||||||
|
* Dependencies:
|
||||||
|
* - Metamaps.Active
|
||||||
|
* - Metamaps.Map
|
||||||
|
*/
|
||||||
|
|
||||||
Metamaps.Mobile = {
|
Metamaps.Mobile = {
|
||||||
init: function () {
|
init: function () {
|
||||||
var self = Metamaps.Mobile
|
var self = Metamaps.Mobile
|
||||||
|
@ -21,4 +29,4 @@ Metamaps.Mobile = {
|
||||||
Metamaps.Map.InfoBox.open()
|
Metamaps.Map.InfoBox.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue