Skip to content

Commit

Permalink
remove jshint stuff from files
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 24, 2014
1 parent 29c8134 commit 70a2ad9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html/index.html
Expand Up @@ -42,4 +42,4 @@
<script src="../js/tools.js"></script>
<script src="../js/pixel.js"></script>
<script src="../js/templates.js"></script>
<script src="../js/camera.js"></script>
<script src="../js/camera.js"></script>
3 changes: 1 addition & 2 deletions js/background.js
@@ -1,4 +1,3 @@
/*global chrome:false*/
chrome.app.runtime.onLaunched.addListener(function () {
'use strict';
chrome.app.window.create( '../html/index.html', {
Expand All @@ -7,4 +6,4 @@ chrome.app.runtime.onLaunched.addListener(function () {
minHeight: 675,
maxHeight: 675
});
});
});
1 change: 0 additions & 1 deletion js/camera.js
@@ -1,4 +1,3 @@
/*global tools:false, templates:false, pixel:false*/
(function( chrome, $, _ ){
'use strict';

Expand Down
3 changes: 1 addition & 2 deletions js/pixel.js
@@ -1,4 +1,3 @@
/*global pixel*/
window.pixel = (function () {
'use strict';

Expand Down Expand Up @@ -234,4 +233,4 @@ window.pixel = (function () {
}
}
};
})();
})();

0 comments on commit 70a2ad9

Please sign in to comment.