A Pen by Steve Pond on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-06-07T18:25:37.828Z","extensionVersion":"v3.2.9"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.aop.before( {target: thresholdObject, method: '^.'}, | |
function() { | |
console.log('to', arguments); | |
} | |
); | |
jQuery.aop.before( {target: window, method: '^.'}, | |
function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YUI.add('multi', function (Y) { | |
/** | |
Loads different versions of YUI in sandboxed iframes and makes them available | |
for use in the parent frame by exposing them as properties on a `Y.Multi` | |
instance. | |
This is primarily intended to be used for testing. You probably shouldn't use it | |
for anything real. |
Blackberry does not seem to support opening directions for Google Maps. If supplying the ui=maps param, the browser opens with mixed results on blackberry.
There is a native app, Blackberry maps, but seems to only be able to have parameters passed in through the Native API
##References## http://stackoverflow.com/questions/1679264/blackberry-error-on-open-google-maps-in-browser http://stackoverflow.com/questions/8851910/set-direction-with-google-map-url-code-for-blackberry-and-windows-phone-7 http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862
##Swipe Benchmarking - Round 2##
###Baseline###
- Same HTML Markup
- Same CSS
- Loaded 200 copies of a single carousel item into carousel
- Each carousel used a start button to trigger the test
- The carousel advances automatically every second
- Tests both show auto-advance and manual swiping
##Swipe Benchmarking##
###Baseline###
- Same HTML Markup
- Same CSS
- Loaded 200 copies of a single carousel item into carousel
- Each carousel used a start button to trigger the test
- The carousel advances automatically every second
###Targets###
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The new picker implementation should be as easy as the following: | |
{ | |
name: 'depDate', | |
label: 'Departure:', | |
xtype: 'datepicker' | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn jasmine:resources; mvn jasmine:testResources;mvn jasmine:test |
NewerOlder