Skip to content

Commit

Permalink
refactoring use of hasOwnProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed May 10, 2011
1 parent ecf5509 commit f3f0843
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pubsubz.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/*http://jsfiddle.net/vkVLk/3/*/
/*http://jsfiddle.net/vkVLk/4/*/
/*http://jsfiddle.net/vkVLk/6/*/
/*
Use the hasOwnProperty shiv by kangax
if Safari 2.0 compatibility is required
*/
var pubsubz = {};
(function(q){

Expand Down

0 comments on commit f3f0843

Please sign in to comment.