Requires

Provides

Send.js

Does a request or navigates url to the link

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 23
  2. 24
  3. 25
  4. 26
  5. 27
LSD.Action.Send = LSD.Action.build({ enable: function(target, data, callback) { return (target.submit || target.send).apply(target, Array.prototype.slice.call(arguments, 1)); } });