Skip to content

Commit

Permalink
src/flv.js: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xqq committed Jul 17, 2021
1 parent 09982ef commit 351a869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flv.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ flvjs.LoggingControl = LoggingControl;
Object.defineProperty(flvjs, 'version', {
enumerable: true,
get: function () {
// replaced by browserify-versionify transform
// replace by webpack.DefinePlugin
return __VERSION__;
}
});
Expand Down

0 comments on commit 351a869

Please sign in to comment.