Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SouCoder
/
phaser
Public
forked from
phaserjs/phaser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
phaser
src
utils
ArrayUtils.js
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2015
ArrayUtils.numberArrayStep would return an empty array if a single parameter was given, instead of a single step array (thanks @pooya72 #1958)
photonstorm
committed
78fdb22
View commit details
Copy full SHA for 78fdb22
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
All undefined argument checks were changed from `if (typeof x === 'undefined')` to `if (x === undefined)` removing the typeof check and saving some bytes across the codebase in the process.
photonstorm
committed
f15fe67
View commit details
Copy full SHA for f15fe67
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Copyright date change.
photonstorm
committed
a69e53f
View commit details
Copy full SHA for a69e53f
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Correct comments Phaser.ArrayUtils
Show description for 8dcd61a
vbornand
committed
8dcd61a
View commit details
Copy full SHA for 8dcd61a
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Utils - cleanup
Show description for fb9eab7
pnstickne
committed
fb9eab7
View commit details
Copy full SHA for fb9eab7
View code at this point
Browse repository at this point
ArrayUtils - minor corrections
Show description for bdacef8
pnstickne
committed
bdacef8
View commit details
Copy full SHA for bdacef8
View code at this point
Browse repository at this point
Commits on Nov 30, 2014
Documentation - consistency updates
Show description for dab8772
pnstickne
committed
dab8772
View commit details
Copy full SHA for dab8772
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
Math/Utils - various cleanup and deprecations/moves
Show description for ae6cba5
pnstickne
committed
ae6cba5
View commit details
Copy full SHA for ae6cba5
View code at this point
Browse repository at this point
Commits on Nov 10, 2014
Math/Utils - various cleanup and deprecations/moves
Show description for d941e28
pnstickne
committed
d941e28
View commit details
Copy full SHA for d941e28
View code at this point
Browse repository at this point
Math/Utils - various cleanup and deprecations/moves
Show description for a35d032
pnstickne
committed
a35d032
View commit details
Copy full SHA for a35d032
View code at this point
Browse repository at this point
Math/Utils - various cleanup and deprecations/moves
Show description for a6d2da2
pnstickne
committed
a6d2da2
View commit details
Copy full SHA for a6d2da2
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.