comparison src/djol/main.js @ 10:8705103f074f

Слияние
author cin
date Mon, 21 Aug 2017 18:03:00 +0300
parents f0035923ff3e
children
comparison
equal deleted inserted replaced
9:37e9e6bbe87a 10:8705103f074f
1 define([ "ol" ], function(ol) {
2 // вспомогательный класс для получения ol в виде зависимости
3 return function() {
4 return ol;
5 };
6 });