Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Use /** rather than /* for the @license comment
Browse files Browse the repository at this point in the history
@license is jsdoc, and jsdoc is only recognized when it starts with a /**
  • Loading branch information
rictic committed Dec 16, 2014
1 parent 62abb61 commit 501003c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions context-free-parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* @license
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
Expand Down Expand Up @@ -137,4 +137,4 @@
scope.ContextFreeParser = ContextFreeParser;
}

})(this);
})(this);

0 comments on commit 501003c

Please sign in to comment.