mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixes #88 - Assign global data to the correct out
This commit is contained in:
parent
89a8228987
commit
89a9b44dd8
@ -185,7 +185,7 @@ Template.prototype = {
|
||||
}
|
||||
|
||||
if (globalData) {
|
||||
extend(out.global, globalData);
|
||||
extend(finalOut.global, globalData);
|
||||
}
|
||||
|
||||
// Invoke the compiled template's render function to have it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user