+1
-1
| { | ||
| "name": "paged", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "A paged/tabbed module for the browser", | ||
@@ -5,0 +5,0 @@ "main": "paged.js", |
+2
-1
@@ -12,2 +12,3 @@ module.exports = Paged | ||
| function Paged(container, sections, nofx) { | ||
| EventEmitter.call(this) | ||
| this.container = container | ||
@@ -20,3 +21,3 @@ this.sections = sections | ||
| Paged.prototype = new EventEmitter() | ||
| Paged.prototype = EventEmitter.prototype | ||
@@ -23,0 +24,0 @@ /* |
9398
0.32%248
0.4%