Skip to content

Commit 035ffb8

Browse files
committed
Merge pull request microjs#806 from momjs/master
added mom.js
2 parents 841a86f + e754974 commit 035ffb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,6 +1977,14 @@ module.exports = [
19771977
url: "https://github.com/davebalmer/turtlewax",
19781978
source: "https://raw.githubusercontent.com/davebalmer/turtlewax/master/pen.js" // also needs an extra, small, hsv.js
19791979
},
1980+
{
1981+
name: "mom",
1982+
github: "momjs/mom",
1983+
tags: ["dependency", "injection", "module", "loader", "event bus", "eventBus"],
1984+
description: "Dynamic Loading of Javascript based on DOM elements.",
1985+
url: "http://mom.js.org",
1986+
source: "https://raw.githubusercontent.com/momjs/mom/master/dist/mom.js"
1987+
},
19801988
{
19811989
name: "picoCSS",
19821990
tags: ["CSS", "CSS3", "mobile"],

0 commit comments

Comments
 (0)