Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 30, 2018
1 parent 9094603 commit dea2351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/

window.JSCompiler_renameProperty = function(prop, obj) { return prop; }
window.JSCompiler_renameProperty = function(prop) { return prop; };
2 changes: 1 addition & 1 deletion lib/utils/debounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ export const Debouncer = class Debouncer {
debouncer.setConfig(asyncModule, callback);
return debouncer;
}
}
};

0 comments on commit dea2351

Please sign in to comment.