From a29c00d5d3919e6053ed4caffc9b27dc2aaa065a Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 23 Jun 2017 10:42:28 +0530 Subject: [PATCH] add foundation.js to common lib list. fixes #148 --- src/library-list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/library-list.js b/src/library-list.js index c97251f..14444be 100644 --- a/src/library-list.js +++ b/src/library-list.js @@ -2,6 +2,7 @@ window.jsLibs = [ { url: 'https://code.jquery.com/jquery-3.2.1.min.js', label: 'jQuery', type: 'js' }, { url: 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', label: 'Bootstrap 3', type: 'js' }, { url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js', label: 'Bootstrap 4α', type: 'js' }, + { url: 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.1/js/foundation.min.js', label: 'Foundation', type: 'js' }, { url: 'https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js', label: 'Angular', type: 'js' }, { url: 'https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react.min.js', label: 'React', type: 'js' }, { url: 'https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react-dom.min.js', label: 'React DOM', type: 'js' },