UNPKG
doremi-script
Version:
latest (0.0.3-pre)
0.0.3-pre
Letter music notation processor
ragapedia.com
rothfield/doremi
doremi-script
/
lib
/
doremi-script
/
standalone_html_page_application.js
9 lines
(8 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
) {
var
root; root =
typeof
exports
!==
"undefined"
&&
exports
!==
null
?
exports
:
this
; $(
document
).
ready
(
function
(
) {
window
.
debug
=
false
;
return
dom_fixes
(); }); }).
call
(
this
);