From 0838c9d9d8cce5eb6c19cb4004681134ab81b671 Mon Sep 17 00:00:00 2001 From: org-odajs <82090162+org-odajs@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:35:00 +0300 Subject: [PATCH] Update of the list for Odajs Framework --- list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/list.js b/list.js index 937f86b3..96a29764 100644 --- a/list.js +++ b/list.js @@ -1,6 +1,7 @@ var List =[ { type: 'naive', id: 'aurelia', label: 'DBMON Aurelia', url: './aurelia' }, { type: 'optimized', id: 'aurelia', label: 'DBMON Aurelia', url: './aurelia-optimized' }, + { type: 'odajs', id: 'odajs', url: './odajs', label: 'ODAJS'}, { type: 'naive', id: 'cycle', label: 'DBMON Cycle.js', url: './cycle'}, { type: 'naive', id: 'ember', url: './ember', label: 'DBMON Ember' }, { type: 'naive', id: 'angular', url: './angular', label: 'DBMON Angular' },