Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jan 4, 2018
1 parent 46bcb95 commit 4300794
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Set": true,
"Map": true
},
"validthis": true,
"curly": true,
"eqeqeq": true,
"freeze": true,
Expand Down
2 changes: 0 additions & 2 deletions map/map-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use strict";
var QUnit = require("steal-qunit");
var DefineMap = require("can-define/map/map");
var define = require("can-define");
Expand Down Expand Up @@ -1127,7 +1126,6 @@ QUnit.test("async getters derived from other properties should have correct keyD
});

QUnit.test("setting a property gives a nice error", function(){
"use strict;"
var VM = DefineMap.extend({});
var vm = new VM();

Expand Down

0 comments on commit 4300794

Please sign in to comment.