treewide: import utility classes explicitly
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / statistics / rrdtool / definitions / contextswitch.js
index fc4c80a93bb67a1b2111023e1b30765d7d6e7988..8dc3cc75fba7cb905c6af7d517351198b16fec2d 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: _('Context Switches'),
 
        rrdargs: function(graph, host, plugin, plugin_instance, dtype) {