Skip to content

Commit

Permalink
Replaced with $ sign.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgr-myrg committed May 15, 2012
1 parent b128d3c commit 543c132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/observable.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
};
};
return DevShop.SingletonFactory(
return $.SingletonFactory(
{
__extend : observable,
__construct : obj
Expand Down
2 changes: 1 addition & 1 deletion src/observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
};
};
return DevShop.SingletonFactory(
return $.SingletonFactory(
{
__extend : observer,
__construct: obj
Expand Down

0 comments on commit 543c132

Please sign in to comment.