Skip to content

Instantly share code, notes, and snippets.

@phwb
Last active October 2, 2019 16:38
Show Gist options
  • Save phwb/53fd9badc819a978fa9623bed3ab2b92 to your computer and use it in GitHub Desktop.
Save phwb/53fd9badc819a978fa9623bed3ab2b92 to your computer and use it in GitHub Desktop.
(function() {
// импортируем нужные для старта приложения фукнции
var activateMap = window.map.activateMap;
var activateForm = window.form.activateForm;
// иницилизируем само приложение, просто активируя карту и форму
activateMap();
activateForm();
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment