File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,12 +341,12 @@ goog.require = function(rule){Packages.clojure.lang.RT[\"var\"](\"cljs.compiler\
341
341
(print arglist)
342
342
(dotimes [_ (- (count params) 2 )] (print " )" ))
343
343
(println " );" )
344
- (println (str " return " delegate-name " .call(" (string/join " , " (cons " null " params)) " );" )))
344
+ (println (str " return " delegate-name " .call(" (string/join " , " (cons " this " params)) " );" )))
345
345
(do
346
346
(print (str " var " (last params) " = " ))
347
347
(print " cljs.core.seq(" arglist " );" )
348
348
(println " ;" )
349
- (println (str " return " delegate-name " .call(" (string/join " , " (cons " null " params)) " );" ))))
349
+ (println (str " return " delegate-name " .call(" (string/join " , " (cons " this " params)) " );" ))))
350
350
(print " })" )))
351
351
352
352
(defn emit-fn-method
You can’t perform that action at this time.
0 commit comments