mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 14:17:38 +02:00
fix indent
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
ajaxify.variables.set = function(key, value) {
|
||||
if (typeof console !== 'undefined' && console.warn) {
|
||||
console.warn('[deprecated] variables.set is deprecated, please use ajaxify.data, key=' + key);
|
||||
}
|
||||
console.warn('[deprecated] variables.set is deprecated, please use ajaxify.data, key=' + key);
|
||||
}
|
||||
parsedVariables[key] = value;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user