Events.onInputUp would be dispatched twice if the Sprite had drag enabled, now only dispatched once (thanks Overbryd, fixes #502)

Changed webfont URI back to //
This commit is contained in:
photonstorm
2014-03-02 11:31:26 +00:00
parent 3794a846d4
commit 442e6bb776
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ WebFontConfig = {
function preload() {
// Load the Google WebFont Loader script
game.load.script('webfont', 'http://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js');
game.load.script('webfont', '//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js');
}
+1 -1
View File
@@ -19,7 +19,7 @@ WebFontConfig = {
function preload() {
// Load the Google WebFont Loader script
game.load.script('webfont', 'http://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js');
game.load.script('webfont', '//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js');
}