We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2274b3d commit e995a29Copy full SHA for e995a29
src/flow.js
@@ -1440,7 +1440,7 @@
1440
// Otherwise expose Flow to the global object as usual
1441
window.Flow = Flow;
1442
1443
- // Register as a named AMD module, since jQuery can be concatenated with other
+ // Register as a named AMD module, since Flow can be concatenated with other
1444
// files that may use define, but not via a proper concatenation script that
1445
// understands anonymous AMD modules. A named AMD is safest and most robust
1446
// way to register. Lowercase flow is used because AMD module names are
@@ -1451,4 +1451,4 @@
1451
define( "flow", [], function () { return Flow; } );
1452
}
1453
1454
-})(window, document);
+})(window, document);
0 commit comments