Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Remove 'zoomScaleStream' property
Browse files Browse the repository at this point in the history
  • Loading branch information
winchest3r committed Oct 20, 2015
1 parent f654582 commit 08ac804
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/*eslint semi: [2, "always"]*/
/*eslint indent: 0*/

var kefir = require( 'kefir' );

module.exports = function(THREE) {

// BEGIN original file //
Expand Down Expand Up @@ -980,20 +977,6 @@ module.exports = function(THREE) {

},

zoomScaleStream : {

get: function () {

return kefir.fromEvents( this, 'change', function( event ) {

return event.target.zoomScale;

} );

}

},

target: {

get: function () {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"devDependencies": {
"browserify": "^8.1.1",
"canvas-testbed": "^1.0.3",
"kefir": "^3.1.0",
"scriptjs": "^2.5.7",
"three": "^0.71.0",
"wzrd": "^1.2.1"
Expand Down

0 comments on commit 08ac804

Please sign in to comment.