Viewing File: /usr/local/cpanel/base/frontend/jupiter/_assets/master.js
/*
# _assets/master.js Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
/* global require: false, define: false, MASTER: false */
define(
[
"cjt/util/locale",
],
function(LOCALE) {
"use strict";
return function() {
/**
* Initialize the master components
*/
var init = function() {
};
init();
};
}
);
Back to Directory
File Manager