zurb / foundation-sites-6

[ARCHIVED] Version 6.0 of Foundation for Sites (Public Beta).
MIT License
14 stars 4 forks source link

Docs js error #325

Closed designerno1 closed 8 years ago

designerno1 commented 8 years ago

i got 2 js errors in the docs

SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function
function listeningElementsMutation(mutationRecordsList) {
http://localhost:3000/assets/js/foundation.js
Line 1573

and

ReferenceError: Foundation is not defined
new Foundation.Magellan($toc, {});
http://localhost:3000/assets/js/docs.js
Line 5220
gakimball commented 8 years ago

Fixed with this commit.

Now that Foundation 6 is out, development has moved back to the main repo, zurb/foundation-sites. So you can open any future issues there.