mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "evil" : true,
 | |
|     "validthis": true,
 | |
|     "browser"  : true,
 | |
|     "debug"    : true,
 | |
|     "boss"     : true,
 | |
|     "expr"     : true,
 | |
|     "eqnull"   : true,
 | |
|     "quotmark" : "single",
 | |
|     "sub"      : true,
 | |
|     "trailing" : true,
 | |
|     "undef"    : true,
 | |
|     "laxbreak" : true,
 | |
|     "predef"   : [
 | |
|         "_V_",
 | |
|         "videojs",
 | |
|         "vjs",
 | |
|         "goog",
 | |
|         "console",
 | |
| 
 | |
|         "require",        
 | |
| 
 | |
|         "PlayerTest",
 | |
|         "asyncTest",
 | |
|         "deepEqual",
 | |
|         "equal",
 | |
|         "expect",
 | |
|         "module",
 | |
|         "notDeepEqual",
 | |
|         "notEqual",
 | |
|         "notStrictEqual",
 | |
|         "ok",
 | |
|         "QUnit",
 | |
|         "raises",
 | |
|         "start",
 | |
|         "stop",
 | |
|         "strictEqual",
 | |
|         "test"
 | |
|     ]
 | |
| }
 |