Skip to content

Commit 351a869

Browse files
committed
src/flv.js: Update comment
1 parent 09982ef commit 351a869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ flvjs.LoggingControl = LoggingControl;
8484
Object.defineProperty(flvjs, 'version', {
8585
enumerable: true,
8686
get: function () {
87-
// replaced by browserify-versionify transform
87+
// replace by webpack.DefinePlugin
8888
return __VERSION__;
8989
}
9090
});

0 commit comments

Comments
 (0)