Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Nov 23, 2011
1 parent 22119fa commit b2a89da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html>
<head>
Expand All @@ -8,7 +7,7 @@
<script src="src/abacus.tween.js"></script>
<script src="src/abacus.timer.js"></script>
<script src="src/abacus.animation.js"></script>
<script src="src/abacus.entity.js"></script>
<script src="src/abacus.entity.js"></script>
</head>
<body>

Expand Down
8 changes: 4 additions & 4 deletions src/abacus.entity.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(function( window, Abacus ) {

var entities = {};

// Express the Entity function
function Entity() {}

// Setup the Entity prototype with methods for opperating
// on entity instances
Entity.prototype = {
Expand Down Expand Up @@ -61,7 +61,7 @@
var entity = new Entity();
Abacus.extend( new Entity().attributes, options );
entities[ entity.get('id') ] = entity;

return entity;
},
get: function( id ) {
Expand Down

0 comments on commit b2a89da

Please sign in to comment.