@@ -308,7 +308,7 @@ JavaScriptCompiler.prototype = {
|
||||
|
||||
if (appendOnly) {
|
||||
if (bufferStart) {
|
||||
bufferStart.prepend('return ');
|
||||
bufferStart.prepend('return "" + ');
|
||||
bufferEnd.add(';');
|
||||
} else if (!sourceSeen) {
|
||||
this.source.push('return "";');
|
||||
|
||||
Reference in New Issue
Block a user