File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ package {
239
239
}
240
240
}
241
241
private function illegalChar (s :String ):Boolean {
242
- var illegals: String = "' \" ( ) { } * + / \\ < > = document" ;
242
+ var illegals: String = "' \" ( ) { } * + / \\ < > = document alert " ;
243
243
if (Boolean (s)) { // Otherwise exception if parameter null.
244
244
for each (var illegal: String in illegals. split (' ' )) {
245
245
if (s. indexOf (illegal) >= 0 ) {
Original file line number Diff line number Diff line change 14
14
package happyworm.jPlayer {
15
15
public class JplayerStatus {
16
16
17
- public static const VERSION : String = "2.2.20 " ; // The version of the Flash jPlayer entity.
17
+ public static const VERSION : String = "2.2.23 " ; // The version of the Flash jPlayer entity.
18
18
19
19
public var volume: Number = 0.5 ; // Not affected by reset()
20
20
public var muted: Boolean = false ; // Not affected by reset()
Original file line number Diff line number Diff line change 8
8
* - http://www.gnu.org/copyleft/gpl.html
9
9
*
10
10
* Author: Mark J Panaghiston
11
- * Version: 2.2.22
12
- * Date: 29th March 2013
11
+ * Version: 2.2.23
12
+ * Date: 12th April 2013
13
13
*/
14
14
15
15
/* Code verified using http://www.jshint.com/ */
454
454
$ . jPlayer . prototype = {
455
455
count : 0 , // Static Variable: Change it via prototype.
456
456
version : { // Static Object
457
- script : "2.2.22 " ,
458
- needFlash : "2.2.20 " ,
457
+ script : "2.2.23 " ,
458
+ needFlash : "2.2.23 " ,
459
459
flash : "unknown"
460
460
} ,
461
461
options : { // Instanced in $.jPlayer() constructor
You can’t perform that action at this time.
0 commit comments