Skip to content

Commit

Permalink
Change MAX_DETECT_LINES to avoid error on redeclaration of constant t…
Browse files Browse the repository at this point in the history
  • Loading branch information
avram committed Jan 10, 2012
1 parent 415d856 commit 67c5c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bookmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 3,
"browserSupport": "gscn",
"lastUpdated": "2011-07-09 18:52:34"
"lastUpdated": "2012-01-10 18:52:34"
}

/*
Expand Down Expand Up @@ -49,7 +49,7 @@
</DL>
*/

const MAX_DETECT_LINES = 150;
var MAX_DETECT_LINES = 150;

function detectImport() {
var text = "";
Expand Down

0 comments on commit 67c5c20

Please sign in to comment.