mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
It's important to return values in JS. heh.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
// Escape jQuery selector metacharacters: !"#$%&'()*+,./:;<=>?@[\]^`{|}~
|
||||
var $escape = exports.$escape = function(val) {
|
||||
val.replace(/([!"#$%&'()*+,.\/:;<=>?@\[\\\]^`{|}~])/g, '\\$1')
|
||||
return val.replace(/([!"#$%&'()*+,.\/:;<=>?@\[\\\]^`{|}~])/g, '\\$1');
|
||||
};
|
||||
|
||||
function randomId() {
|
||||
|
||||
Reference in New Issue
Block a user