Skip to content

Commit

Permalink
started porting plugin code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Jan 9, 2013
1 parent 0ed585e commit 03333a9
Show file tree
Hide file tree
Showing 4 changed files with 1,439 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/DAVACL/abstractPrincipalCollection.js
@@ -1,7 +1,7 @@
/*
* @package jsDAV
* @subpackage DAV
* @copyright Copyright(c) 2011 Ajax.org B.V. <info AT ajax DOT org>
* @subpackage DAVACL
* @copyright Copyright(c) 2013 Mike de Boer. <info AT mikedeboer DOT nl>
* @author Mike de Boer <info AT mikedeboer DOT nl>
* @license http://github.com/mikedeboer/jsDAV/blob/master/LICENSE MIT License
*/
Expand Down Expand Up @@ -83,7 +83,7 @@ var jsDAVACL_AbstractPrincipalCollection = module.exports = jsDAV_Directory.exte
*/
getName: function() {
var parts = Util.splitPath(this.principalPrefix);
return name[1];
return parts[1];
},

/**
Expand Down

0 comments on commit 03333a9

Please sign in to comment.