TextMate-HTML5-Bundle icon indicating copy to clipboard operation
TextMate-HTML5-Bundle copied to clipboard

HTML5 Bundle for TextMate OSX Editor

Results 2 TextMate-HTML5-Bundle issues
Sort by recently updated
recently updated
newest added

Create snippet to drop html5bp into page for rapid prototype.

Added geo location with basic success,fail,timeout // Try W3C Geolocation (Preferred) if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { //get latlng, accuracy and do something. }, function() { handleNoGeolocation(browserSupportFlag); }); } // Browser doesn't...