UNPKG
latex-editor
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Super Simple Collaborative Latex Editor
github.com/y-js/latex-editor
y-js/latex-editor
latex-editor
/
bower_components
/
ace-builds
/
demo
/
kitchen-sink
/
docs
/
javascript.js
5 lines
•
125 B
JavaScript
View Raw
1
2
3
4
5
function
foo
(items, nada) { for (var i=
0
; i<items.length; i++) {
alert
(items[i] + "juhu\n"); }
// Real Tab.
}