appears to have resolved the testing issue with Chrome. Multiple instances of JQuery can screw things up tremendously.
This commit is contained in:
parent
7ddbd48ba4
commit
8c74cc1c38
|
@ -27,7 +27,7 @@
|
|||
|
||||
(provide/contract [get-runtime (-> string?)])
|
||||
|
||||
(define-runtime-path jquery.js "runtime-src/jquery-1.6.1.min.js")
|
||||
(define-runtime-path jquery.js "runtime-src/jquery.js")
|
||||
(define-runtime-path hashtable.js "runtime-src/jshashtable-2.1_src.js")
|
||||
(define-runtime-path jsnums.js "runtime-src/js-numbers.js")
|
||||
(define-runtime-path link.js "runtime-src/link.js")
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
(fprintf op "SUCCESS();")))])
|
||||
|
||||
(display (runtime:get-runtime) op)
|
||||
|
||||
(newline op)
|
||||
(fprintf op "(function(MACHINE, SUCCESS, FAIL, PARAMS) {")
|
||||
(make (list only-bootstrapped-code) packaging-configuration)
|
||||
|
|
18
js-assembler/runtime-src/jquery-1.6.1.min.js
vendored
18
js-assembler/runtime-src/jquery-1.6.1.min.js
vendored
File diff suppressed because one or more lines are too long
8946
js-assembler/runtime-src/jquery.js
vendored
Normal file
8946
js-assembler/runtime-src/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -425,4 +425,7 @@ EOF
|
|||
(display " return (function(succ, fail, params) {" op)
|
||||
(display p op)
|
||||
(display "\n succ(); });" op)
|
||||
(display " })" op))))
|
||||
(display " })" op))))
|
||||
|
||||
|
||||
#;(simple-js-evaluate "alert('hello world');")
|
Loading…
Reference in New Issue
Block a user