Skip to content

Commit a7ab9ba

Browse files
committed
Fixed issues of library being undefined
1 parent dae29a3 commit a7ab9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/scripts/services/apirequest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ angular.module('codeSearchApp')
66

77
var searchOptions;
88
var searchQuery;
9-
var library;
10-
var libFunction;
9+
var library = "";
10+
var libFunction = "";
1111

1212
var getDepVar = function(lib, file) {
1313
var parsedData = esprima.tokenize(file);

0 commit comments

Comments
 (0)