Skip to content

Commit 538524c

Browse files
committed
Release v2.13.2
1 parent 168128a commit 538524c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

dist/flow.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,10 @@
12831283
* @returns {string}
12841284
*/
12851285
getTarget: function(target, params){
1286+
if (params.length == 0) {
1287+
return target;
1288+
}
1289+
12861290
if(target.indexOf('?') < 0) {
12871291
target += '?';
12881292
} else {
@@ -1613,7 +1617,7 @@
16131617
* Library version
16141618
* @type {string}
16151619
*/
1616-
Flow.version = '2.13.1';
1620+
Flow.version = '2.13.2';
16171621

16181622
if ( typeof module === "object" && module && typeof module.exports === "object" ) {
16191623
// Expose Flow as module.exports in loaders that implement the Node

0 commit comments

Comments
 (0)