luci-base: harmonize JS class naming and requesting
[project/luci.git] / modules / luci-base / htdocs / luci-static / resources / uci.js
index 677edf6addb1274d870b21a1b0ed0bc5ae580df8..f381e0b649291191c26ec59379a6989f5efbf9cf 100644 (file)
@@ -1,5 +1,6 @@
 'use strict';
 'require rpc';
+'require baseclass';
 
 /**
  * @class uci
@@ -12,7 +13,7 @@
  * manipulation layer on top to allow for synchroneous operations on
  * UCI configuration data.
  */
-return L.Class.extend(/** @lends LuCI.uci.prototype */ {
+return baseclass.extend(/** @lends LuCI.uci.prototype */ {
        __init__: function() {
                this.state = {
                        newidx:  0,