mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
REFACTOR: Support importing of Pretender
We shouldn't be using global variables for libraries.
This commit is contained in:
@ -150,6 +150,9 @@ var define, requirejs;
|
||||
// eslint-disable-next-line
|
||||
default: I18n,
|
||||
},
|
||||
pretender: {
|
||||
default: window.Pretender,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user