cartodb-4.42/lib/assets/javascripts/cdb/grunt/templates/wrapper_middle.js

11 lines
299 B
JavaScript
Raw Normal View History

2024-04-06 13:25:13 +08:00
// mustache does no defined a global var, defines a var Mustache instead
// so add it to root
root.Mustache = Mustache;
(function() {
var $ = root.$;
var jQuery = root.jQuery;
var L = root.L;
var Mustache = root.Mustache;
var Backbone = root.Backbone;
var _ = root._;