All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.buoyant.admin.js.src.dashboard_delegate.js Maven / Gradle / Ivy

There is a newer version: 1.7.5
Show newest version
"use strict";

define([
  'jQuery',
  'src/delegator'
], function(
  $,
  Delegator
) {
  return function() {
    var dtab = JSON.parse($("#data").html());
    Delegator($(".delegator"), dtab.namespace, [], dtab.dtab);
  }
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy