treewide: import utility classes explicitly
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / statistics / rrdtool / definitions / cpufreq.js
index 6f4d52deb2aec8e0a21f9c8da8c3bb7270be0f18..308d58dacfaeb62020be4e535cba47f570041ed5 100644 (file)
@@ -1,9 +1,10 @@
 /* Licensed to the public under the Apache License 2.0. */
 
 'use strict';
+'require baseclass';
 'require uci';
 
-return L.Class.extend({
+return baseclass.extend({
        title: _('CPU Frequency'),
 
        rrdargs: function(graph, host, plugin, plugin_instance, dtype) {