mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Can't shadow cooked
in strict mode (Safari)
This commit is contained in:
parent
9d38685a70
commit
954ae7a08a
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ class DecoratorHelper {
|
|||
* return helper.cooked(`<p>Cook me</p>`);
|
||||
* ```
|
||||
**/
|
||||
cooked(cooked) {
|
||||
return new PostCooked({ cooked });
|
||||
cooked(cookedText) {
|
||||
return new PostCooked({ cookedText });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue