Core: Align branches: remove an unused variable, add comments

Closes gh-2233
This commit is contained in:
Michał Gołębiowski
2015-04-26 17:22:46 +02:00
parent 002240a6eb
commit f6de5a90dd
3 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ define([
container = document.createElement( "div" ),
div = document.createElement( "div" );
// Finish early in limited (non-browser) environments
if ( !div.style ) {
return;
}