Skip to content

Commit

Permalink
Making Library abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jun 5, 2009
1 parent 81aa3f4 commit d68f5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recess/recess/lang/Library.class.php
Expand Up @@ -16,7 +16,7 @@
*
* @todo Allow framework to register packages/shortcuts? i.e.: Library::import('recess.framework.models.Model') vs. Library::import('recess','Model')
*/
class Library {
abstract class Library {
static private $classesByClass = array(); // = array( 'Inflector' => array( 'recess.lang.Inflector', 0 );
static private $classesByFull = array(); // 'recess.lang.Inflector'
static private $dirtyClasses = false;
Expand Down

0 comments on commit d68f5db

Please sign in to comment.