Fix #740
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
# component must be String
|
# component must be String
|
||||||
def encodeURIComponent(componentString)
|
def encodeURIComponent(componentString)
|
||||||
URI::URIEncodeComponent(componentString)
|
::URI::URIEncodeComponent(componentString)
|
||||||
end
|
end
|
||||||
|
|
||||||
# define charCodeAt on String
|
# define charCodeAt on String
|
||||||
|
|||||||
Reference in New Issue
Block a user