Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
port the ConnectionInviteView to modelR
  • Loading branch information
LeeMallabone committed May 18, 2012
1 parent 2701bde commit 9f8caa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/lib/view.js
@@ -0,0 +1,5 @@
lib.view = function (_public, _protected, element_type) {
_public.remove = function () {
_public.$el.remove();
};
};

0 comments on commit 9f8caa1

Please sign in to comment.