From 3c9d5d6b803d646ea805c78e51a548fe7bd9f541 Mon Sep 17 00:00:00 2001 From: Larry Davis Date: Wed, 23 Jul 2014 09:34:22 -0700 Subject: [PATCH] Add DOMly --- script.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/script.js b/script.js index 3803390..64051c8 100644 --- a/script.js +++ b/script.js @@ -6,6 +6,13 @@ var engines = [ size: "", traits: [ "client-side","server-side","logicful","compile","dom","not-format" ] }, + { + name: "DOMly", + link: "https://github.com/lazd/DOMly/", + link_text: "github", + size: "0k", + traits: [ "client-side","logicful","speedy","compile","dom","format" ] + }, { name: "doT.js", link: "http://olado.github.com/doT/",