Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Khatib committed Sep 13, 2016
1 parent 04f7ebc commit 68775e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/document-submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import {startsWith} from './string';
import {dev, user} from './log';
import {user} from './log';
import {assertHttpsUrl, checkCorsUrl, SOURCE_ORIGIN_PARAM} from './url';
import {urls} from './config';

Expand Down
1 change: 0 additions & 1 deletion test/functional/test-xhr.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
assertSuccess,
} from '../../src/service/xhr-impl';
import {getCookie} from '../../src/cookies';
import {platformFor} from '../../src/platform';


describe('XHR', function() {
Expand Down

0 comments on commit 68775e5

Please sign in to comment.