fix indentation & jshint predefines
according to svbergerem's annotations
This commit is contained in:
parent
263dc6f119
commit
52fac5740e
5 changed files with 11 additions and 10 deletions
|
|
@ -46,6 +46,7 @@
|
|||
"HandlebarsTemplates",
|
||||
"ImagePaths",
|
||||
"jsxc",
|
||||
"L",
|
||||
"MBP",
|
||||
"Routes",
|
||||
"OSM",
|
||||
|
|
@ -53,7 +54,7 @@
|
|||
"punycode",
|
||||
"qq",
|
||||
"blueimp",
|
||||
"L",
|
||||
|
||||
"loginAs",
|
||||
"logout",
|
||||
"spec",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ describe("app.views.LocationStream", function() {
|
|||
this.view.toggleMap();
|
||||
expect($(".mapContainer")).toHaveCss({display: "none"});
|
||||
});
|
||||
}),
|
||||
});
|
||||
|
||||
context("without location provided", function() {
|
||||
beforeEach(function(){
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ describe("app.views.SinglePostContent", function() {
|
|||
this.view.toggleMap();
|
||||
expect($(".mapContainer").height() < 100).toBeTruthy();
|
||||
});
|
||||
}),
|
||||
});
|
||||
|
||||
context("without location provided", function() {
|
||||
beforeEach(function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue