view src/djol/main.js @ 21:7c22fc01fcec

rewritten ./text/template-compile
author cin
date Thu, 30 Nov 2017 11:01:22 +0300
parents f0035923ff3e
children
line wrap: on
line source

define([ "ol" ], function(ol) {
    // вспомогательный класс для получения ol в виде зависимости
    return function() {
        return ol;
    };
});