Re-categorized some modules

Fixed a couple of typos
This commit is contained in:
bcoles
2012-04-27 10:35:17 +09:30
parent d3005850d7
commit 75cf67a6c4
51 changed files with 20 additions and 20 deletions

View File

@@ -14,6 +14,6 @@
// limitations under the License.
//
beef.execute(function() {
beef.session.persistant();
beef.session.persistent();
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result=Links have been rewritten to spawn an iFrame.');
});