This commit is contained in:
bootstraponline
2013-09-12 08:49:27 -04:00
parent dc637f0a9b
commit eb1e2f60f3
+1 -1
View File
@@ -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