Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 244 Bytes

Strongly-Typed Javascript (STJS) Bridge to Modernizr

The STJS bridge to Modernizr gives you access to this great library using a Java syntax.

if(Modernizr.touch){
	// do something touch related
}