Skip to content

Commit a313719

Browse files
committed
Fixed #1
1 parent ba212fd commit a313719

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-container",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"main": "dist/container.min.js",
55
"dependencies":
66
{

dist/container.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! SpringRoll Container 0.5.2 */
1+
/*! SpringRoll Container 0.5.3 */
22
/**
33
* @module Core
44
* @namespace window
@@ -1386,9 +1386,9 @@
13861386
* @property {String} version
13871387
* @static
13881388
* @readOnly
1389-
* @default "0.5.2"
1389+
* @default "0.5.3"
13901390
*/
1391-
Container.version = "0.5.2";
1391+
Container.version = "0.5.3";
13921392

13931393
//Reference to the prototype
13941394
var s = EventDispatcher.prototype;
@@ -2278,7 +2278,6 @@
22782278
if (!target.filter(this.options.pauseFocusSelector).length)
22792279
{
22802280
this.focus();
2281-
return false;
22822281
}
22832282
};
22842283

dist/container.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRoll Container",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "The iframe controller for interacting with SpringRoll applications",
55
"url": "https://github.com/SpringRoll/SpringRollContainer",
66
"output": "container",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-container",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "The iframe controller for interacting with SpringRoll applications",
55
"main": "./dist/container.min.js",
66
"author":

src/container/plugins/FocusPlugin.js

-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@
170170
if (!target.filter(this.options.pauseFocusSelector).length)
171171
{
172172
this.focus();
173-
return false;
174173
}
175174
};
176175

0 commit comments

Comments
 (0)