Added a sublime-project file for Sublime Text 2 that contains the detected linting and standards set. Allows Sublime Text 2 to automatically follow the standards and have live linting enabled. Trimmed useless whitespace.

This commit is contained in:
Benjamin Lupton
2012-05-29 11:26:26 +10:00
parent 16022b81c3
commit 1059314258
11 changed files with 733 additions and 675 deletions

View File

@ -15,13 +15,13 @@ var h2cSelector, h2cOptions;
}
window.onload = function() {
h2cSelector = [document.body];
if (window.setUp) {
window.setUp();
}
setTimeout(function() {
$(h2cSelector).html2canvas($.extend({
flashcanvas: "../external/flashcanvas.min.js",
logging: true,