treewide: import utility classes explicitly
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / statistics / rrdtool / definitions / ping.js
index 063db21895b80ec74a67e59d88829a0e67ced3d5..27624828c29d6187dff0c005802c988b9dc54211 100644 (file)
@@ -1,8 +1,9 @@
 /* Licensed to the public under the Apache License 2.0. */
 
 'use strict';
+'require baseclass';
 
-return L.Class.extend({
+return baseclass.extend({
        title: _('Ping'),
 
        rrdargs: function(graph, host, plugin, plugin_instance, dtype) {