Skip to content

Commit

Permalink
0.1.2, remove util.info, not used and causes errors in old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jul 27, 2012
1 parent 2638505 commit 010845c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions dist/binary.js
@@ -1,4 +1,4 @@
/*! binary.js build:0.1.1, development. Copyright(c) 2012 Eric Zhang <eric@ericzhang.com> MIT Licensed */
/*! binary.js build:0.1.2, development. Copyright(c) 2012 Eric Zhang <eric@ericzhang.com> MIT Licensed */
(function(exports){
/*! binarypack.js build:0.0.2, development. Copyright(c) 2012 Eric Zhang <eric@ericzhang.com> MIT Licensed */
(function(exports){
Expand Down Expand Up @@ -749,7 +749,6 @@ var util = {
}
return dest;
},
info: console.log.bind(console),
pack: BinaryPack.pack,
unpack: BinaryPack.unpack,
setZeroTimeout: (function(global) {
Expand Down
4 changes: 2 additions & 2 deletions dist/binary.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/util.js
Expand Up @@ -22,7 +22,6 @@ var util = {
}
return dest;
},
info: console.log.bind(console),
pack: BinaryPack.pack,
unpack: BinaryPack.unpack,
// if node
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Eric Zhang (http://ericzhang.com)",
"name": "binaryjs",
"description": "Binary realtime streaming made easy",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "http://binaryjs.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 010845c

Please sign in to comment.