We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473e0f1 commit c73939bCopy full SHA for c73939b
README.md
@@ -73,19 +73,17 @@ $(window).resize(
73
74
// ...
75
76
- }, 150)
77
-});
+ }, 150)
+);
78
````
79
80
#### Get alias of current breakpoint
81
````javascript
82
$(window).resize(
83
viewport.changed(function(){
84
-
85
console.log( 'Current breakpoint: '+ viewport.current() );
86
87
})
88
89
90
91
#### Using with Foundation
0 commit comments