There was an error while loading. Please reload this page.
1 parent ab7e9d4 commit c3a1870Copy full SHA for c3a1870
src/com/videojs/VideoJSModel.as
@@ -548,13 +548,13 @@ package com.videojs{
548
}
549
550
551
- /**
552
- * Removes dangerous characters from a user-provided string that will be passed to ExternalInterface.call()
553
- *
554
- */
555
- public function cleanEIString(pString:String):String{
556
- return pString.replace(/[^A-Za-z0-9_.]/gi, "");
557
- }
+ /**
+ * Removes dangerous characters from a user-provided string that will be passed to ExternalInterface.call()
+ *
+ */
+ public function cleanEIString(pString:String):String{
+ return pString.replace(/[^A-Za-z0-9_.]/gi, "");
+ }
558
559
/**
560
* Recursive function to sanitize an object (or array) before passing to ExternalInterface.call()
0 commit comments