Skip to content

Commit c3a1870

Browse files
committed
make tabs not spaces
1 parent ab7e9d4 commit c3a1870

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/com/videojs/VideoJSModel.as

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,13 @@ package com.videojs{
548548
}
549549
}
550550

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-
}
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+
}
558558

559559
/**
560560
* Recursive function to sanitize an object (or array) before passing to ExternalInterface.call()

0 commit comments

Comments
 (0)