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:
MoyuScript
2012-05-29 11:26:26 +10:00
parent f49e491fa2
commit d88e72e1b6
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,